Magellan Linux

Annotation of /branches/magellan-next/core/psmisc/psmisc-22.13-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7573 - (hide annotations) (download)
Thu May 26 21:36:28 2011 UTC (13 years ago) by niro
File size: 518 byte(s)
auto added: ver bump to 22.13-r1
1 niro 7573 # $Id$
2    
3     PNAME="psmisc"
4     PVER="22.13"
5     PBUILD="r1"
6    
7     PCATEGORIE="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}"
26    
27     src_compile()
28     {
29     cd ${SRCDIR}
30    
31     mconfigure --exec-prefix=/ || die
32     mmake || die
33     }