X-Git-Url: http://gitweb/?a=blobdiff_plain;f=autoconf%2FPkgfile;h=c50f95a1e23feca3b3a66323a84890a6144ee842;hb=refs%2Fheads%2F3.3-aarch64;hp=954eb59d9037391eb03b9ad568ef32392bbc8d64;hpb=83605d3e6bf9eccb6a9720b0ded5f5ff79bcb601;p=crossrootfs.git diff --git a/autoconf/Pkgfile b/autoconf/Pkgfile index 954eb59..c50f95a 100644 --- a/autoconf/Pkgfile +++ b/autoconf/Pkgfile @@ -5,14 +5,15 @@ # Depends on: name=autoconf -version=2.68 -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 + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr make make prefix=$PKG/usr install rm -r $PKG/usr/share/info