CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
grep: updated to 2.14
authorJose V Beneyto <sepen@crux.nu>
Thu, 18 Oct 2012 21:51:24 +0000 (21:51 +0000)
committerJose V Beneyto <sepen@crux.nu>
Thu, 18 Oct 2012 21:51:24 +0000 (21:51 +0000)
grep/.md5sum
grep/Pkgfile

index d84d2d016d9b34ea1141cf255be22010536aa601..e2909e7d1fed23fe653c86051dcf0c0902e357e7 100644 (file)
@@ -1 +1 @@
-6dd9931a52501519d7779a27cf953326  grep-2.7.tar.xz
+d4a3f03849d1e17ce56ab76aa5a24cab  grep-2.14.tar.xz
index 52acef2b8f18aeb55d5e02d2dd1ebb1910176007..34148ecadfe5ad47ac39df1be98d9c3cad9ef274 100644 (file)
@@ -5,18 +5,21 @@
 # Depends on: libpcre
 
 name=grep
-version=2.7
+version=2.14
 release=1
 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
 }