core/which/Pkgfile
2017-03-02 14:30:03 +01:00

17 lines
387 B
Plaintext

# Description: Show full path of commands
# URL: http://directory.fsf.org/wiki/Which
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=which
version=2.21
release=2
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
}