CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
signify: initial import
[crossrootfs.git] / which / Pkgfile
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
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5
6 name=which
7 version=2.21
8 release=2
9 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
10
11 build() {
12 cd $name-$version
13 ./configure --build=$CHOST \
14 --host=$CTARGET \
15 --prefix=/usr
16 make
17 make DESTDIR=$PKG install
18 rm -r $PKG/usr/share/info
19 }