X-Git-Url: http://gitweb/?a=blobdiff_plain;f=autoconf%2FPkgfile;h=954eb59d9037391eb03b9ad568ef32392bbc8d64;hb=c2b30fb83694e5ee01404f52eacaf7b3f3eaa3c8;hp=03a4c9cc92f8daf95ec20a75a77296e92ef298d4;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/autoconf/Pkgfile b/autoconf/Pkgfile index 03a4c9c..954eb59 100644 --- a/autoconf/Pkgfile +++ b/autoconf/Pkgfile @@ -1,19 +1,19 @@ # Description: A package of M4 macros to produce scripts to automatically configure sourcecode # URL: http://www.gnu.org/software/autoconf # Maintainer: CRUX System Team, core-ports at crux dot nu -# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org +# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu # Depends on: name=autoconf -version=2.64 +version=2.68 release=1 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) build () { - cd $name-$version - ./configure --prefix=/usr \ - --mandir=$PKG/usr/man - make - make prefix=$PKG/usr install - rm -r $PKG/usr/share/info + cd $name-$version + ./configure --prefix=/usr \ + --mandir=$PKG/usr/man + make + make prefix=$PKG/usr install + rm -r $PKG/usr/share/info }