CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
automake: updated to 1.16.1
[crossrootfs.git] / autoconf / Pkgfile
index f1c390b2fc07d4bc2bc29e73bcaad3ed662e0899..c50f95a1e23feca3b3a66323a84890a6144ee842 100644 (file)
@@ -5,14 +5,15 @@
 # Depends on:
 
 name=autoconf
-version=2.67
-release=1
-source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+version=2.69
+release=2
+source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build () {
   cd $name-$version
-  ./configure --prefix=/usr \
-              --mandir=$PKG/usr/man
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
   make
   make prefix=$PKG/usr install
   rm -r $PKG/usr/share/info