# $Id$ PNAME="libXcursor" PVER="1.1.15" PBUILD="r1" PCAT="x11-libs" DESCRIPTION="X11 Cursor management library." HOMEPAGE="http://xorg.freedesktop.org" DEPEND=">= x11-libs/libXrender-0.9 >= x11-libs/libXfixes-5 >= x11-libs/libX11-1.6" sminclude xorg multilib mbuild src_compile() { # 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 }