CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
binutils: update to 2.22. Removed host's texinfo dependency.
[crossrootfs.git] / autoconf / Pkgfile
index 3e47c9ddcfd8209056098cd18fb83c02a39a300e..954eb59d9037391eb03b9ad568ef32392bbc8d64 100644 (file)
@@ -1,19 +1,19 @@
 # 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
+version=2.68
 release=1
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
 
 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 --prefix=/usr \
+              --mandir=$PKG/usr/man
 make
 make prefix=$PKG/usr install
 rm -r $PKG/usr/share/info
 }