Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 13210 - (show annotations) (download)
Wed Sep 5 10:05:41 2012 UTC (11 years, 9 months ago) by niro
File size: 437 byte(s)
-added missing provides
1 # $Id$
2
3 PNAME="psmisc"
4 PVER="22.19"
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 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 UP2DATE="updatecmd_sourceforge ${PNAME}"