CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
signify: initial import
[crossrootfs.git] / which / Pkgfile
index 0846caffdfc10d9bfdc5648803ab8bc4b59b9ed9..04a60b976651b6c548bb280eb40e6a9364ba9b1d 100644 (file)
@@ -1,20 +1,19 @@
 # Description: Show full path of commands
 # URL: http://www.xs4all.nl/~carlo17/which/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
 
 name=which
-version=2.20
-release=1
-source=(http://www.xs4all.nl/~carlo17/which/$name-$version.tar.gz)
+version=2.21
+release=2
+source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
 
 build() {
   cd $name-$version
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --prefix=/usr \
-              --mandir=/usr/man
+              --prefix=/usr
   make
   make DESTDIR=$PKG install
-  rm -r $PKG/usr/share
+  rm -r $PKG/usr/share/info
 }