Magellan Linux

Contents of /trunk/core/psmisc/psmisc-22.16-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12074 - (show annotations) (download)
Fri May 4 12:48:54 2012 UTC (12 years ago) by niro
File size: 495 byte(s)
auto added: ver bump to 22.16-r1
1 # $Id$
2
3 PNAME="psmisc"
4 PVER="22.16"
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
14 SRCFILE="${PNAME}-${PVER}.tar.gz"
15 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
16
17 sminclude mbuild
18
19 SRC_URI=(
20 sourceforge://${PNAME}/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd_sourceforge ${PNAME}"
25
26 src_compile()
27 {
28 cd ${SRCDIR}
29
30 mconfigure --exec-prefix=/ || die
31 mmake || die
32 }