Magellan Linux

Annotation of /trunk/core/procps/procps-3.2.8-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1737 - (hide annotations) (download)
Sat May 23 21:48:56 2009 UTC (15 years, 1 month ago) by niro
File size: 1093 byte(s)
auto added: ver bump to 3.2.8-r1
1 niro 1737 # $Id$
2    
3     PNAME="procps"
4     PVER="3.2.8"
5     PBUILD="r1"
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