# $Header: /magellan-cvs/smage/libXcursor/libXcursor-1.1.9-r2.smage2,v 1.1 2008/02/12 18:13:59 niro Exp $ PNAME="libXcursor" PVER="1.1.9" PBUILD="r3" PCATEGORIE="x11-libs" STATE="unstable" DESCRIPTION="X11 Cursor management library." HOMEPAGE="http://xorg.freedesktop.org" sminclude xorg multilib DEPEND=">= x11-libs/libXrender-1 >= x11-libs/libXfixes-1 >= x11-libs/libX11-1" SDEPEND=">= x11-proto/xproto-1" UP2DATE="updatecmd_xorg ${PNAME}" src_compile() { #xorg_src_configure \ # fixes multilib loops mconfigure --prefix=${X11_DIR} \ --with-icondir=/usr/share/cursors/xorg-x11 \ --with-cursorpath=~/.cursors:~/.icons:/usr/local/share/cursors/xorg-x11:/usr/share/cursors/xorg-x11:/usr/share/pixmaps/xorg-x11 \ || die mmake || die }