summaryrefslogtreecommitdiffstats
path: root/base/psmisc
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-01-14 21:53:29 +0100
committertnut <thierryn1 at hispeed dot ch>2010-01-14 21:53:29 +0100
commit8173874fbf35aed8b5c664a03bbb312041932873 (patch)
tree77f12cc3dd559aec6be647609aedd4589475e903 /base/psmisc
parent54c70894c67638e29f5a3926e66bc0e8afe69ccc (diff)
downloadnutyx-pakxe-8173874fbf35aed8b5c664a03bbb312041932873.tar.gz
nutyx-pakxe-8173874fbf35aed8b5c664a03bbb312041932873.tar.bz2
nutyx-pakxe-8173874fbf35aed8b5c664a03bbb312041932873.tar.xz
nutyx-pakxe-8173874fbf35aed8b5c664a03bbb312041932873.zip
Maj psmisc#22.9-1
Diffstat (limited to 'base/psmisc')
-rw-r--r--base/psmisc/.footprint8
-rw-r--r--base/psmisc/.md5sum2
-rwxr-xr-xbase/psmisc/Pkgfile18
3 files changed, 15 insertions, 13 deletions
diff --git a/base/psmisc/.footprint b/base/psmisc/.footprint
index de99a35a1..7e90b81c2 100644
--- a/base/psmisc/.footprint
+++ b/base/psmisc/.footprint
@@ -1,12 +1,13 @@
drwxr-xr-x root/root bin/
-rwxr-xr-x root/root bin/fuser
-rwxr-xr-x root/root bin/killall
--rwxr-xr-x root/root bin/oldfuser
-rwxr-xr-x root/root bin/peekfd
+lrwxrwxrwx root/root bin/pidof -> killall
+-rwxr-xr-x root/root bin/prtstat
+-rwxr-xr-x root/root bin/pstree
+lrwxrwxrwx root/root bin/pstree.x11 -> pstree
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
--rwxr-xr-x root/root usr/bin/pstree
-lrwxrwxrwx root/root usr/bin/pstree.x11 -> pstree
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/locale/
drwxr-xr-x root/root usr/share/locale/fr/
@@ -17,4 +18,5 @@ drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/fuser.1.gz
-rw-r--r-- root/root usr/share/man/man1/killall.1.gz
-rw-r--r-- root/root usr/share/man/man1/peekfd.1.gz
+-rw-r--r-- root/root usr/share/man/man1/prtstat.1.gz
-rw-r--r-- root/root usr/share/man/man1/pstree.1.gz
diff --git a/base/psmisc/.md5sum b/base/psmisc/.md5sum
index 27ef25f31..7f271fa67 100644
--- a/base/psmisc/.md5sum
+++ b/base/psmisc/.md5sum
@@ -1 +1 @@
-2e81938855cf5cc38856bd4a31d79a4c psmisc-22.6.tar.gz
+c242530de46b951ab10a2237a6048a9c psmisc-22.9.tar.gz
diff --git a/base/psmisc/Pkgfile b/base/psmisc/Pkgfile
index 924c1d896..2dd3db86b 100755
--- a/base/psmisc/Pkgfile
+++ b/base/psmisc/Pkgfile
@@ -5,17 +5,17 @@
# Depends on:
name=psmisc
-version=22.6
+version=22.9
release=1
source=(http://downloads.sourceforge.net/$name/$name-$version.tar.gz)
build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/share/man \
- --exec-prefix=""
- make -j2
- make DESTDIR=$PKG install
- mkdir -p $PKG/usr/bin
- mv -v $PKG/bin/pstree* $PKG/usr/bin/
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --exec-prefix=""
+ make
+ make DESTDIR=$PKG install
+ mkdir -p $PKG/usr/bin
+ ln -sv killall $PKG/bin/pidof
}