which: update to 2.17

This commit is contained in:
Juergen Daubert 2007-10-11 09:18:33 +02:00
parent 9a46286a22
commit 1e538bcaf0
2 changed files with 5 additions and 4 deletions

View File

@ -1 +1 @@
830b83af48347a9a3520f561e47cbc9b which-2.16.tar.gz
c9d33b7c8ce5acc69105e13d56ef0dad which-2.17.tar.gz

View File

@ -3,14 +3,15 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=which
version=2.16
version=2.17
release=1
source=(http://www.xs4all.nl/~carlo17/which/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
rm -r $PKG/usr/share
}