core/which/Pkgfile
2006-02-23 15:26:10 +00:00

17 lines
368 B
Plaintext

# Description: Show full path of commands
# URL: http://www.xs4all.nl/~carlo17/which/
# Maintainer: Per Lidén <per@fukt.bth.se>
name=which
version=2.16
release=1
source=(http://www.xs4all.nl/~carlo17/which/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/info
}