Magellan Linux

Annotation of /branches/magellan-next/core/libXcursor/libXcursor-1.1.10-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6362 - (hide annotations) (download)
Sun Aug 22 20:47:26 2010 UTC (13 years, 8 months ago) by niro
File size: 719 byte(s)
auto added: ver bump to 1.1.10-r2
1 niro 6362 # $Id: libXcursor-1.1.10-r1.smage2 3382 2009-10-20 21:00:18Z niro $
2    
3     PNAME="libXcursor"
4     PVER="1.1.10"
5     PBUILD="r2"
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-1
17     >= x11-libs/libX11-1"
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     }