psmisc: update to 22.7

This commit is contained in:
Juergen Daubert 2009-05-10 09:22:28 +02:00
parent 94031da8ce
commit f6a37902d9
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
2e81938855cf5cc38856bd4a31d79a4c psmisc-22.6.tar.gz
ee9ec3b60fe45057ec4cec19c94a2d15 psmisc-22.7.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: ncurses
name=psmisc
version=22.6
version=22.7
release=1
source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
@ -13,5 +13,5 @@ build() {
./configure --prefix=/usr --disable-nls --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -f $PKG/usr/bin/{oldfuser,pstree.x11}
rm $PKG/usr/bin/pstree.x11
}