# $Id$ PNAME="psmisc" PVER="22.13" PBUILD="r1" 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.9" 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 }