CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
man-db: updated to 2.7.6
[crossrootfs.git] / grep / Pkgfile
index 34148ecadfe5ad47ac39df1be98d9c3cad9ef274..61b199e5de00e0ef987657e5f254d236848e416e 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: libpcre
 
 name=grep
-version=2.14
+version=2.27
 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
 }