diff options
author | Juergen Daubert <jue@jue.li> | 2009-05-11 13:50:24 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2009-05-11 13:50:24 +0200 |
commit | 0bacbb2e67b39e8016e3f98aede72a8115c2ce88 (patch) | |
tree | ac44ee70c30c09790639e2da080ceae583b74268 /procps | |
parent | 679f0a24b1df7992ee3aa9620f50b987f101d16d (diff) | |
download | core-0bacbb2e67b39e8016e3f98aede72a8115c2ce88.tar.gz core-0bacbb2e67b39e8016e3f98aede72a8115c2ce88.tar.xz |
procps: update to 3.2.8
Diffstat (limited to 'procps')
-rw-r--r-- | procps/.footprint | 2 | ||||
-rw-r--r-- | procps/.md5sum | 2 | ||||
-rw-r--r-- | procps/Pkgfile | 17 |
3 files changed, 10 insertions, 11 deletions
diff --git a/procps/.footprint b/procps/.footprint index cfa201c8..84688368 100644 --- a/procps/.footprint +++ b/procps/.footprint @@ -3,7 +3,7 @@ drwxr-xr-x root/root bin/ drwxr-xr-x root/root etc/ -rw-r--r-- root/root etc/sysctl.conf drwxr-xr-x root/root lib/ --rwxr-xr-x root/root lib/libproc-3.2.7.so +-rwxr-xr-x root/root lib/libproc-3.2.8.so drwxr-xr-x root/root sbin/ -rwxr-xr-x root/root sbin/sysctl drwxr-xr-x root/root usr/ diff --git a/procps/.md5sum b/procps/.md5sum index 8a69a34f..01364b35 100644 --- a/procps/.md5sum +++ b/procps/.md5sum @@ -1,2 +1,2 @@ -f490bca772b16472962c7b9f23b1e97d procps-3.2.7.tar.gz +9532714b6846013ca9898984ba4cd7e0 procps-3.2.8.tar.gz 9875c218e1b14bee8f9f5800403a8a24 sysctl.conf diff --git a/procps/Pkgfile b/procps/Pkgfile index 7d9e9ecb..f6ace711 100644 --- a/procps/Pkgfile +++ b/procps/Pkgfile @@ -4,23 +4,22 @@ # Depends on: ncurses name=procps -version=3.2.7 +version=3.2.8 release=1 source=(http://procps.sourceforge.net/$name-$version.tar.gz \ - sysctl.conf) + sysctl.conf) build() { cd $name-$version make make DESTDIR=$PKG \ - ldconfig=true \ - man1=$PKG/usr/man/man1/ \ - man5=$PKG/usr/man/man5/ \ - man8=$PKG/usr/man/man8/ \ - install + ldconfig=true \ + man1=$PKG/usr/man/man1/ \ + man5=$PKG/usr/man/man5/ \ + man8=$PKG/usr/man/man8/ \ + install install -D -m644 ../sysctl.conf $PKG/etc/sysctl.conf - rm -f $PKG/bin/kill \ - $PKG/usr/man/man1/kill.1 + rm -f $PKG/{bin/kill,usr/man/man1/kill.1} ln -sf pgrep $PKG/usr/bin/pkill ln -sf skill $PKG/usr/bin/snice chmod +w -R $PKG |