CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
grep: updated to 2.22 and updated mandir
authorVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 14:33:40 +0000 (14:33 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 14:33:40 +0000 (14:33 +0000)
grep/.footprint
grep/.md5sum
grep/Pkgfile

index e153fe5db6936a08388778dbee766787c154a0f0..bfa8747e292ae42af1b363114c8539eb57fa2c94 100644 (file)
@@ -3,8 +3,9 @@ drwxr-xr-x      root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/egrep
 -rwxr-xr-x     root/root       usr/bin/fgrep
 -rwxr-xr-x     root/root       usr/bin/grep
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/egrep.1.gz
--rw-r--r--     root/root       usr/man/man1/fgrep.1.gz
--rw-r--r--     root/root       usr/man/man1/grep.1.gz
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man1/
+-rw-r--r--     root/root       usr/share/man/man1/egrep.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/fgrep.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/grep.1.gz
index fe1f529219bfd249c574a72825edb45581761243..f64d6b8297c769a2bdde22f2f7e44ad6d092e4dc 100644 (file)
@@ -1 +1 @@
-2cbea44a4f1548aee20b9ff2d3076908  grep-2.20.tar.xz
+e1015e951a49a82b02e38891026ef5df  grep-2.22.tar.xz
index 2ffa0099483cbcaccb932d11b0a626d4a392eb32..e052b8512a1db29eda0494f644fd92ab3144c61b 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on: libpcre
 
 name=grep
-version=2.20
+version=2.22
 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
 }