X-Git-Url: http://gitweb/?a=blobdiff_plain;f=grep%2FPkgfile;h=4641424459cb8c0895f4364076efb0c7352c40d5;hb=4a5d6beeda6be70c38593be4d6fe1fa4506cb4f2;hp=66ec79714747ad0cbda7d7fba2c97d9ca2c75f2b;hpb=6dca1d213a39ee6af51632926e8b7c8914215cd9;p=crossrootfs.git diff --git a/grep/Pkgfile b/grep/Pkgfile index 66ec797..4641424 100644 --- a/grep/Pkgfile +++ b/grep/Pkgfile @@ -1,23 +1,24 @@ # Description: GNU grep, egrep and fgrep # URL: http://www.gnu.org/software/grep/grep.html # 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: libpcre name=grep -version=2.5.4 +version=3.1 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) +source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --disable-nls \ - --mandir=/usr/man \ --disable-nls + make make DESTDIR=$PKG install - rm -r $PKG/usr/share + + rm -r $PKG/usr/share/info }