X-Git-Url: http://gitweb/?a=blobdiff_plain;f=grep%2FPkgfile;h=4641424459cb8c0895f4364076efb0c7352c40d5;hb=6034e875131484c43c59ca44a6e889470b18dcc4;hp=2ffa0099483cbcaccb932d11b0a626d4a392eb32;hpb=1e81365f8a7498479d239697f34e1b66efd8ae6b;p=crossrootfs.git diff --git a/grep/Pkgfile b/grep/Pkgfile index 2ffa009..4641424 100644 --- a/grep/Pkgfile +++ b/grep/Pkgfile @@ -5,9 +5,9 @@ # Depends on: libpcre name=grep -version=2.20 +version=3.1 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) +source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version @@ -15,11 +15,10 @@ build() { ./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 }