Magellan Linux

Annotation of /trunk/core/psmisc/psmisc-22.21-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19684 - (hide annotations) (download)
Thu Oct 10 13:11:05 2013 UTC (10 years, 8 months ago) by niro
File size: 456 byte(s)
auto added: ver bump to 22.21-r1
1 niro 19684 # $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"