X-Git-Url: http://gitweb/?a=blobdiff_plain;f=make%2FPkgfile;h=c23e12327510c3b318f62967be16a83c5eb9d463;hb=cd1824db3850fa1ee4ed08dfc9ceb9707c5744fa;hp=d584d4ce9fe5d2548be5f76d9f9aff95c61a942e;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/make/Pkgfile b/make/Pkgfile index d584d4c..c23e123 100644 --- a/make/Pkgfile +++ b/make/Pkgfile @@ -1,10 +1,10 @@ # 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 +version=4.2.1 release=1 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) @@ -16,5 +16,5 @@ build() { --disable-nls make make DESTDIR=$PKG install - rm -rf $PKG/usr/info + rm -rf $PKG/usr/share }