X-Git-Url: http://gitweb/?a=blobdiff_plain;f=automake%2FPkgfile;h=0aeef79547dba16c93c597d645a7fa6e98483173;hb=546890e25185ef0536c5f87c4416cb6915663f01;hp=858c6838ce66d6cb6a13b8926c85ab5fe83f7b8a;hpb=45dc2403874eb3b6cde8318b277b47a54e3c3349;p=crossrootfs.git diff --git a/automake/Pkgfile b/automake/Pkgfile index 858c683..0aeef79 100644 --- a/automake/Pkgfile +++ b/automake/Pkgfile @@ -2,18 +2,19 @@ # URL: http://www.gnu.org/software/automake/ # Maintainer: CRUX System Team, core-ports at crux dot nu # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu -# Depends on: gawk autoconf +# Depends on: gawk perl autoconf name=automake -version=1.14 -release=1 +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