Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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