CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
automake: downgraded to 1.13.1 to be aligned with upstream and fixed chost and ctarge...
[crossrootfs.git] / automake / Pkgfile
index cee797d6698f4e015daececa558e1a7c24ec2d41..5debbf6b69cb7ce4144903f9b8d9f089dc7ad43d 100644 (file)
@@ -1,18 +1,20 @@
 # Description: A tool for automatically generating Makefiles
 # URL: http://www.gnu.org/software/automake/
 # Maintainer: CRUX System Team, core-ports at crux dot nu
-# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
-# Depends on: gawk perl autoconf
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: gawk autoconf
 
 name=automake
-version=1.11.1
+version=1.13.1
 release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build () {
   cd $name-$version
 
-  ./configure --prefix=/usr \
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr \
               --mandir=/usr/man
 
   make