summaryrefslogtreecommitdiffstats
path: root/base/procps
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:38:24 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-07 13:38:24 +0200
commit63ea51dbe89fa4cc7ae7023b19c7acb2938fbffc (patch)
tree618227c2f00f8e6db2e0425d38e79ff91acb8833 /base/procps
parent47fb1466ba0e4b0fede3b6ac8ae25154d14e39ea (diff)
downloadnutyx-extra-63ea51dbe89fa4cc7ae7023b19c7acb2938fbffc.tar.gz
nutyx-extra-63ea51dbe89fa4cc7ae7023b19c7acb2938fbffc.tar.bz2
nutyx-extra-63ea51dbe89fa4cc7ae7023b19c7acb2938fbffc.tar.xz
nutyx-extra-63ea51dbe89fa4cc7ae7023b19c7acb2938fbffc.zip
Ajout de procps#3.2.8-1
Diffstat (limited to 'base/procps')
-rw-r--r--base/procps/.footprint46
-rw-r--r--base/procps/.md5sum2
-rwxr-xr-xbase/procps/Pkgfile23
3 files changed, 71 insertions, 0 deletions
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
+}