X-Git-Url: http://gitweb/?a=blobdiff_plain;f=automake%2FPkgfile;h=1f790b76f3efa6a767eb666d29f7c18f93d030bf;hb=409d70d3a79af22e7342f5e34094a9584ac4f34e;hp=7cf781018d14fd549b7e2fd113e81e98714f0bb0;hpb=b751b192b8a9f558df99b4050babc1b84d45a372;p=crossrootfs.git diff --git a/automake/Pkgfile b/automake/Pkgfile index 7cf7810..1f790b7 100644 --- a/automake/Pkgfile +++ b/automake/Pkgfile @@ -5,15 +5,16 @@ # Depends on: gawk perl autoconf name=automake -version=1.11.1 +version=1.16.1 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) +source=(http://ftpmirror.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