CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
libgmp: Aligned with upstream. Fixed libtool relink problem avoiding it directly
[crossrootfs.git] / grep / Pkgfile
index eb95e689fa63fdab17c45f1a8516d0a3537f8642..34148ecadfe5ad47ac39df1be98d9c3cad9ef274 100644 (file)
@@ -5,18 +5,21 @@
 # Depends on: libpcre
 
 name=grep
-version=2.5.4
+version=2.14
 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
 }