Magellan Linux

Contents of /trunk/core/procps/procps-3.2.7-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1281 - (show annotations) (download)
Tue Apr 28 08:54:09 2009 UTC (15 years ago) by niro
File size: 1093 byte(s)
-fixed 32bit builds on multilib systems
1 # $Id$
2
3 PNAME="procps"
4 PVER="3.2.7"
5 PBUILD="r5"
6
7 PCATEGORIE="sys-apps"
8 STATE="unstable"
9
10 DESCRIPTION="Standard informational utilities and process-handling tools -ps top tload snice vmstat."
11 HOMEPAGE="http://procps.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 mtools multilib
19
20 SRC_URI=(
21 http://procps.sourceforge.net/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 mirror://${PNAME}/3.2.5-top-sort.patch
24 )
25
26 # do not use updatecmd_sourceforge; there is nothing
27 UP2DATE="updatecmd ${HOMEPAGE} | lasttarball gz"
28
29 src_prepare()
30 {
31 munpack ${SRCFILE} || die
32
33 # fix terminal breakage when sorting first column in top
34 mpatch 3.2.5-top-sort.patch || die
35 }
36
37 src_compile()
38 {
39 mmake m64="" || die
40 }
41
42 src_install()
43 {
44 # needed directories
45 minstalldir /usr/include/proc || die
46
47 all-abis make DESTDIR=${BINDIR} lib64='$(mlibdir)' install || die
48
49 # install missing headers
50 minstallfile proc/\*.h /usr/include/proc || die
51
52 # docs
53 minstalldocs AUTHORS BUGS COPYING* NEWS README* TODO ps/HACKING sysctl.conf || die
54 }

Properties

Name Value
svn:keywords Id