core/which/Pkgfile

18 lines
403 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
2007-10-26 10:27:30 +02:00
version=2.18
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
}