Magellan Linux

Contents of /branches/magellan-next/core/libXcursor/libXcursor-1.1.11-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7819 - (show annotations) (download)
Wed Jun 1 18:29:49 2011 UTC (12 years, 11 months ago) by niro
File size: 660 byte(s)
auto added: ver bump to 1.1.11-r1
1 # $Id$
2
3 PNAME="libXcursor"
4 PVER="1.1.11"
5 PBUILD="r1"
6
7 PCATEGORIE="x11-libs"
8 STATE="unstable"
9
10 DESCRIPTION="X11 Cursor management library."
11 HOMEPAGE="http://xorg.freedesktop.org"
12
13 sminclude xorg multilib
14
15 DEPEND=">= x11-libs/libXrender-0.9
16 >= x11-libs/libXfixes-5
17 >= x11-libs/libX11-1.4"
18
19 SDEPEND=">= x11-proto/xproto-1"
20
21 UP2DATE="updatecmd_xorg ${PNAME}"
22
23 src_compile()
24 {
25 #xorg_src_configure \
26 # fixes multilib loops
27 mconfigure --prefix=${X11_DIR} \
28 --with-icondir=/usr/share/cursors/xorg-x11 \
29 --with-cursorpath=~/.cursors:~/.icons:/usr/local/share/cursors/xorg-x11:/usr/share/cursors/xorg-x11:/usr/share/pixmaps/xorg-x11 \
30 || die
31
32 mmake || die
33 }