Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7573 - (show annotations) (download)
Thu May 26 21:36:28 2011 UTC (12 years, 11 months ago) by niro
File size: 518 byte(s)
auto added: ver bump to 22.13-r1
1 # $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 }