X-Git-Url: http://gitweb/?a=blobdiff_plain;f=autoconf%2FPkgfile;h=7f697d03500e03fbafa22dd51f419b391895cf6b;hb=4466e574d8c1151a707caddb2238a54f986cab6f;hp=f1c390b2fc07d4bc2bc29e73bcaad3ed662e0899;hpb=388064b2aae4df5d9dd4efe2463d62d5c79bcb01;p=crossrootfs.git diff --git a/autoconf/Pkgfile b/autoconf/Pkgfile index f1c390b..7f697d0 100644 --- a/autoconf/Pkgfile +++ b/autoconf/Pkgfile @@ -5,14 +5,15 @@ # Depends on: name=autoconf -version=2.67 -release=1 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) +version=2.69 +release=2 +source=(http://ftpmirror.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