CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
automake: updated to 1.15 and updated mandir
[crossrootfs.git] / automake / Pkgfile
index 7cf781018d14fd549b7e2fd113e81e98714f0bb0..0aeef79547dba16c93c597d645a7fa6e98483173 100644 (file)
@@ -5,15 +5,16 @@
 # Depends on: gawk perl autoconf
 
 name=automake
-version=1.11.1
-release=1
-source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
+version=1.15
+release=2
+source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
 build () {
   cd $name-$version
 
-  ./configure --prefix=/usr \
-              --mandir=/usr/man
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --prefix=/usr
 
   make
   make DESTDIR=$PKG install