core/which/Pkgfile

17 lines
402 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Show full path of commands
# URL: http://www.xs4all.nl/~carlo17/which/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=which
2008-01-20 16:56:10 +01:00
version=2.19
2006-02-23 16:26:10 +01:00
release=1
source=(http://www.xs4all.nl/~carlo17/which/$name-$version.tar.gz)
build() {
cd $name-$version
2007-10-11 09:18:33 +02:00
./configure --prefix=/usr --mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
2007-10-11 09:18:33 +02:00
rm -r $PKG/usr/share
2006-02-23 16:26:10 +01:00
}