Magellan Linux

Contents of /trunk/core/psmisc/psmisc-22.16-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12843 - (show annotations) (download)
Wed Jul 4 08:48:12 2012 UTC (11 years, 11 months ago) by niro
File size: 412 byte(s)
-marked stable
1 # $Id$
2
3 PNAME="psmisc"
4 PVER="22.16"
5 PBUILD="r2"
6
7 PCAT="sys-apps"
8
9 DESCRIPTION="A set of tools that use the proc filesystem."
10 HOMEPAGE="http://psmisc.sourceforge.net/"
11
12 DEPEND=">= sys-libs/ncurses-5.9"
13
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 sourceforge://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_sourceforge ${PNAME}"