Magellan Linux

Annotation of /trunk/core/psmisc/psmisc-22.8-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3626 - (hide annotations) (download)
Tue Oct 27 15:42:47 2009 UTC (14 years, 8 months ago) by niro
File size: 517 byte(s)
-rebuild against ncurses-widec
1 niro 3626 # $Id$
2    
3     PNAME="psmisc"
4     PVER="22.8"
5     PBUILD="r2"
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.7"
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     }

Properties

Name Value
svn:keywords Id