CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
which: updated source
[crossrootfs.git] / which / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: Show full path of commands
2# URL: http://www.xs4all.nl/~carlo17/which/
3# Maintainer: CRUX System Team, core-ports at crux dot nu
b751b192 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
6dca1d21
JB
5
6name=which
7version=2.20
8release=1
010d2bb4 9source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
6dca1d21
JB
10
11build() {
12 cd $name-$version
13 ./configure --build=$CHOST \
14 --host=$CTARGET \
15 --prefix=/usr \
16 --mandir=/usr/man
17 make
18 make DESTDIR=$PKG install
19 rm -r $PKG/usr/share
20}