CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libcap: updated to 2.25-2
[crossrootfs.git] / autoconf / Pkgfile
index 3e47c9ddcfd8209056098cd18fb83c02a39a300e..c50f95a1e23feca3b3a66323a84890a6144ee842 100644 (file)
@@ -1,19 +1,20 @@
 # Description: A package of M4 macros to produce scripts to automatically configure sourcecode
 # URL: http://www.gnu.org/software/autoconf
 # 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
 # Depends on:
 
 name=autoconf
-version=2.65
-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
- make
- make prefix=$PKG/usr install
- rm -r $PKG/usr/share/info
+  cd $name-$version
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
+  make
+  make prefix=$PKG/usr install
+  rm -r $PKG/usr/share/info
 }