Magellan Linux

Contents of /branches/R11-stable/core/psmisc/psmisc-22.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20127 - (show annotations) (download)
Tue Nov 26 10:21:12 2013 UTC (10 years, 5 months ago) by niro
File size: 456 byte(s)
-release branches/R11-stable
1 # $Id$
2
3 PNAME="psmisc"
4 PVER="22.21"
5 PBUILD="r1"
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 PROVIDE="virtual/psmisc"
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 UP2EXCLUDE="rc"
26 UP2DATE="updatecmd_sourceforge ${PNAME} gz"