Magellan Linux

Contents of /branches/magellan-next/core/psmisc/psmisc-22.8-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7487 - (show annotations) (download)
Tue Mar 15 22:08:51 2011 UTC (13 years, 2 months ago) by niro
File size: 572 byte(s)
auto added: ver bump to 22.8-r4
1 # $Id: psmisc-22.8-r2.smage2 3626 2009-10-27 15:42:47Z niro $
2
3 PNAME="psmisc"
4 PVER="22.8"
5 PBUILD="r4"
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.8"
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 }