# $Header: /magellan-cvs/smage/sandbox/sandbox-1.2.20_alpha2-r1.smage2,v 1.1 2008/03/28 11:09:55 niro Exp $ PNAME="sandbox" PVER="1.2.20_alpha2" PBUILD="r1" PCATEGORIE="sys-apps" STATE="unstable" DESCRIPTION="sandbox'd LD_PRELOAD hack." HOMEPAGE="http://www.gentoo.org" DEPEND="" SRCFILE="${PNAME}-${PVER/_/}.tar.bz2" SRCDIR="${BUILDDIR}/${PNAME}-${PVER/_/}" sminclude mbuild mtools SRC_URI=( http://dev.gentoo.org/~azarah/${PNAME}/${SRCFILE} http://linux.rz.ruhr-uni-bochum.de/download2/gentoo-mirror/distfiles/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) src_install() { cd ${SRCDIR} make DESTDIR=${BINDIR} install || die mkeepdir /var/log/sandbox || die minstalldocs AUTHORS COPYING NEWS README || die }