CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
sed: updated mandir
[crossrootfs.git] / autoconf / Pkgfile
index 560fb60515d6555f75a0b195caab6847b6825fed..21f9163d33169bd95d6b07cceec8ad5a6c43ff80 100644 (file)
@@ -5,15 +5,14 @@
 # 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 --prefix=/usr
+  make
+  make prefix=$PKG/usr install
+  rm -r $PKG/usr/share/info
 }