grep: bump to version 2.14

[Peter: License is GPLv3+]
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Gustavo Zacarias 2012-09-07 04:48:53 +00:00 committed by Peter Korsgaard
parent b3578cb0e4
commit 676cec3591
1 changed files with 3 additions and 1 deletions

View File

@ -4,9 +4,11 @@
#
#############################################################
GREP_VERSION = 2.13
GREP_VERSION = 2.14
GREP_SITE = $(BR2_GNU_MIRROR)/grep
GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
GREP_LICENSE = GPLv3+
GREP_LICENSE_FILES = COPYING
GREP_CONF_OPT = --disable-perl-regexp --without-included-regex
GREP_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)