# $Header: /magellan-cvs/smage/psmisc/psmisc-22.6-r1.smage2,v 1.1 2008/02/10 10:52:31 niro Exp $ PNAME="psmisc" PVER="22.6" PBUILD="r3" PCATEGORIE="sys-apps" STATE="unstable" DESCRIPTION="A set of tools that use the proc filesystem." HOMEPAGE="http://psmisc.sourceforge.net/" DEPEND=">= sys-libs/ncurses-5.7" SRCFILE="${PNAME}-${PVER}.tar.gz" SRCDIR="${BUILDDIR}/${PNAME}-${PVER}" sminclude mbuild SRC_URI=( sourceforge://${PNAME}/${SRCFILE} mirror://${PNAME}/${SRCFILE} ) UP2DATE="updatecmd_sourceforge ${PNAME}" src_compile() { cd ${SRCDIR} mconfigure --exec-prefix=/ || die mmake || die }