X-Git-Url: http://gitweb/?a=blobdiff_plain;f=make%2FPkgfile;h=7fe20b10b2e847aeda6374190583cba5468e3444;hb=dfb0dcab185971daf1acdd701269899ef57af285;hp=d584d4ce9fe5d2548be5f76d9f9aff95c61a942e;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/make/Pkgfile b/make/Pkgfile index d584d4c..7fe20b1 100644 --- a/make/Pkgfile +++ b/make/Pkgfile @@ -1,20 +1,23 @@ # Description: Controls the generation of executables and other compile-related tasks # URL: http://www.gnu.org/software/make/ # 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 name=make -version=3.81 -release=1 -source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) +version=3.82 +release=2 +source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2 + savannah-bugs.patch) build() { cd $name-$version + patch -p0 -i ../savannah-bugs.patch ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --disable-nls + --disable-nls \ + --mandir=/usr/man make make DESTDIR=$PKG install - rm -rf $PKG/usr/info + rm -rf $PKG/usr/share }