]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
grep: Update to 2.16.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Feb 2014 20:18:55 +0000 (21:18 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 15 Feb 2014 20:18:55 +0000 (21:18 +0100)
grep/grep.nm

index 983dc7b28b6efe516e73d55fc002927a4840d14f..0aa3427fc80f68f3e4d7b98a3cdce2aa115a70b4 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = grep
-version    = 2.14
+version    = 2.16
 release    = 1
 
 groups     = Applications/Text
@@ -23,9 +23,21 @@ sources    = %{thisapp}.tar.xz
 
 build
        requires
+               autoconf
+               automake
+               gettext-devel
                pcre-devel
+               texinfo
        end
 
+       prepare_cmds
+               sed -e "s/gnulib-tests//" -i Makefile.am
+               autoreconf -vfi
+       end
+
+       configure_options += \
+               --without-included-regex
+
        test
                make check
        end