From 63ea51dbe89fa4cc7ae7023b19c7acb2938fbffc Mon Sep 17 00:00:00 2001 From: Thierry N Date: Fri, 7 Aug 2009 13:38:24 +0200 Subject: Ajout de procps#3.2.8-1 --- base/procps/.footprint | 46 ++++++++++++++++++++++++++++++++++++++++++++++ base/procps/.md5sum | 2 ++ base/procps/Pkgfile | 23 +++++++++++++++++++++++ 3 files changed, 71 insertions(+) create mode 100644 base/procps/.footprint create mode 100644 base/procps/.md5sum create mode 100755 base/procps/Pkgfile (limited to 'base/procps') diff --git a/base/procps/.footprint b/base/procps/.footprint new file mode 100644 index 000000000..33d3ee392 --- /dev/null +++ b/base/procps/.footprint @@ -0,0 +1,46 @@ +drwxr-xr-x root/root bin/ +-rwxr-xr-x root/root bin/kill +-rwxr-xr-x root/root bin/ps +drwxr-xr-x root/root lib64/ +-rwxr-xr-x root/root lib64/libproc-3.2.8.so +drwxr-xr-x root/root sbin/ +-rwxr-xr-x root/root sbin/sysctl +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/free +-rwxr-xr-x root/root usr/bin/pgrep +-rwxr-xr-x root/root usr/bin/pkill +-rwxr-xr-x root/root usr/bin/pmap +-rwxr-xr-x root/root usr/bin/pwdx +-rwxr-xr-x root/root usr/bin/skill +-rwxr-xr-x root/root usr/bin/slabtop +-rwxr-xr-x root/root usr/bin/snice +-rwxr-xr-x root/root usr/bin/tload +-rwxr-xr-x root/root usr/bin/top +-rwxr-xr-x root/root usr/bin/uptime +-rwxr-xr-x root/root usr/bin/vmstat +-rwxr-xr-x root/root usr/bin/w +-rwxr-xr-x root/root usr/bin/watch +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/free.1.gz +-rw-r--r-- root/root usr/share/man/man1/kill.1.gz +-rw-r--r-- root/root usr/share/man/man1/pgrep.1.gz +-rw-r--r-- root/root usr/share/man/man1/pkill.1.gz +-rw-r--r-- root/root usr/share/man/man1/pmap.1.gz +-rw-r--r-- root/root usr/share/man/man1/ps.1.gz +-rw-r--r-- root/root usr/share/man/man1/pwdx.1.gz +-rw-r--r-- root/root usr/share/man/man1/skill.1.gz +-rw-r--r-- root/root usr/share/man/man1/slabtop.1.gz +-rw-r--r-- root/root usr/share/man/man1/snice.1.gz +-rw-r--r-- root/root usr/share/man/man1/tload.1.gz +-rw-r--r-- root/root usr/share/man/man1/top.1.gz +-rw-r--r-- root/root usr/share/man/man1/uptime.1.gz +-rw-r--r-- root/root usr/share/man/man1/w.1.gz +-rw-r--r-- root/root usr/share/man/man1/watch.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/sysctl.conf.5.gz +drwxr-xr-x root/root usr/share/man/man8/ +-rw-r--r-- root/root usr/share/man/man8/sysctl.8.gz +-rw-r--r-- root/root usr/share/man/man8/vmstat.8.gz diff --git a/base/procps/.md5sum b/base/procps/.md5sum new file mode 100644 index 000000000..621a833c1 --- /dev/null +++ b/base/procps/.md5sum @@ -0,0 +1,2 @@ +cd1a757e532d93662a7ed71da80e6b58 procps-3.2.8-watch_unicode-1.patch +9532714b6846013ca9898984ba4cd7e0 procps-3.2.8.tar.gz diff --git a/base/procps/Pkgfile b/base/procps/Pkgfile new file mode 100755 index 000000000..6f12ab90b --- /dev/null +++ b/base/procps/Pkgfile @@ -0,0 +1,23 @@ +# Description: Utilitaire pour le système de fichiers /proc +# URL: http://procps.sourceforge.net/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: bison + +name=procps +version=3.2.8 +release=1 +source=(http://procps.sourceforge.net/$name-$version.tar.gz \ + http://www.linuxfromscratch.org/patches/lfs/development/procps-$version-watch_unicode-1.patch ) + +build() { +cd $name-$version +patch -Np1 -i ../procps-$version-watch_unicode-1.patch +make +make DESTDIR=$PKG \ + ldconfig=true \ + man1=$PKG/usr/share/man/man1/ \ + man5=$PKG/usr/share/man/man5/ \ + man8=$PKG/usr/share/man/man8/ install +chmod +w -R $PKG +} -- cgit v1.2.3-70-g09d2