X-Git-Url: http://gitweb/?a=blobdiff_plain;f=grep%2FPkgfile;h=a7c2f6deba4040e07ca58815daac2c2263ae0dad;hb=2c26c989882b1f0d4d843939b4152856c9859013;hp=762739539c84f750d4de84b3e1301d79e5e00a93;hpb=c79e35c53fa398c190b547159fef65c9cefad145;p=crossrootfs.git diff --git a/grep/Pkgfile b/grep/Pkgfile index 7627395..a7c2f6d 100644 --- a/grep/Pkgfile +++ b/grep/Pkgfile @@ -1,22 +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://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ --disable-nls + make make DESTDIR=$PKG install - rm -r $PKG/usr/share + + rm -r $PKG/usr/share/info }