core/which/Pkgfile

17 lines
365 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: Show full path of commands
2021-12-13 11:46:11 +01:00
# URL: https://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
2020-06-04 16:56:32 +02:00
source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
2021-12-13 11:46:11 +01:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/info
2006-02-23 16:26:10 +01:00
}