# $Header: /magellan-cvs/smage/xcursors-ghost/xcursors-ghost-1-r6.smage2,v 1.2 2008/02/07 14:23:55 niro Exp $ PNAME="xcursors-ghost" PVER="1" PBUILD="r6" PCATEGORIE="x11-themes" STATE="testing" DESCRIPTION="Cursors for Xorg." HOMEPAGE="http://www.kde-look.org/content/show.php?content=13090" DEPEND=">= x11-libs/libX11-1 >= x11-libs/libXcursor-1 >= media-libs/libpng-1.2.8" SDEPEND=">= x11-apps/xcursorgen-1" SRCFILE="13090-ghost.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME/xcursors-/}" SRC_URI=( mirror://${PNAME}/${SRCFILE} ) src_install() { munpack ${SRCFILE} || die cd ${SRCDIR} # needed directories install -d ${BINDIR}/usr/share/cursors/xorg-x11/${PNAME/xcursors-/}/cursors || die # cursors cp -d ${SRCDIR}/cursors/* \ ${BINDIR}/usr/share/cursors/xorg-x11/${PNAME/xcursors-/}/cursors\ || die # docs minstalldocs COPYING README || die }