core/which/Pkgfile

17 lines
387 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Show full path of commands
2014-06-13 19:11:43 +02:00
# URL: http://directory.fsf.org/wiki/Which
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=which
2015-03-22 16:02:49 +01:00
version=2.21
release=2
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
2006-02-23 16:26:10 +01:00
}