X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=automake%2FPkgfile;h=8cff6f911c5413c216629bb0a2fb41ba74b8d1a1;hb=038d4363616ba592052ae939e44f2c6001c34477;hp=cee797d6698f4e015daececa558e1a7c24ec2d41;hpb=d9a8999d6234a03a78c00b663eb3c4132fe4250b;p=crossrootfs.git diff --git a/automake/Pkgfile b/automake/Pkgfile index cee797d..8cff6f9 100644 --- a/automake/Pkgfile +++ b/automake/Pkgfile @@ -1,18 +1,20 @@ # Description: A tool for automatically generating Makefiles # URL: http://www.gnu.org/software/automake/ # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org -# Depends on: gawk perl autoconf +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu +# Depends on: gawk autoconf name=automake -version=1.11.1 +version=1.14.1 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build () { cd $name-$version - ./configure --prefix=/usr \ + ./configure --build=$CHOST \ + --host=$CTARGET \ + --prefix=/usr \ --mandir=/usr/man make