CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
tar: updated to 1.30
[crossrootfs.git] / grep / Pkgfile
index 2ffa0099483cbcaccb932d11b0a626d4a392eb32..a7c2f6deba4040e07ca58815daac2c2263ae0dad 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: libpcre
 
 name=grep
-version=2.20
+version=3.1
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
@@ -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
 }