# $Id: libXcursor-1.1.10-r1.smage2 3382 2009-10-20 21:00:18Z niro $ PNAME="libXcursor" PVER="1.1.10" PBUILD="r2" PCATEGORIE="x11-libs" STATE="unstable" DESCRIPTION="X11 Cursor management library." HOMEPAGE="http://xorg.freedesktop.org" sminclude xorg multilib DEPEND=">= x11-libs/libXrender-0.9 >= 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 }