CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
grep: updated to 3.1
[crossrootfs.git] / automake / Pkgfile
index 8cff6f911c5413c216629bb0a2fb41ba74b8d1a1..1f790b76f3efa6a767eb666d29f7c18f93d030bf 100644 (file)
@@ -2,20 +2,19 @@
 # URL: http://www.gnu.org/software/automake/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
-# Depends on: gawk autoconf
+# Depends on: gawk perl autoconf
 
 name=automake
-version=1.14.1
+version=1.16.1
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
+source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build () {
   cd $name-$version
 
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --prefix=/usr \
-              --mandir=/usr/man
+              --prefix=/usr
 
   make
   make DESTDIR=$PKG install