summaryrefslogtreecommitdiff
path: root/package/grep/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-09-04 17:30:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-09-04 17:30:42 +0200
commit07a121f174c7550d05c0a8184eff084731cbc9b0 (patch)
tree668ebbb341c5c1b85b2a72fb42b001cca2b3f77a /package/grep/Makefile
parentc2364f13f2ddb34e71e34faa2bf7d0e7d40100a5 (diff)
parent49efe44729020f0a63f81d68d678b0eace79722a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/grep/Makefile')
-rw-r--r--package/grep/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/package/grep/Makefile b/package/grep/Makefile
index fa68dc229..3a834e88c 100644
--- a/package/grep/Makefile
+++ b/package/grep/Makefile
@@ -4,10 +4,10 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= grep
-PKG_VERSION:= 2.7
-PKG_RELEASE:= 3
-PKG_MD5SUM:= e848f07e3e79aa7899345d17c7e4115e
-PKG_DESCR:= global search for a regular expression and print out matched lines
+PKG_VERSION:= 2.14
+PKG_RELEASE:= 1
+PKG_MD5SUM:= d4a3f03849d1e17ce56ab76aa5a24cab
+PKG_DESCR:= global search for a regex and print out matched lines
PKG_SECTION:= utils
PKG_DEPENDS:= libpcre libiconv
PKG_BUILDDEP:= pcre
@@ -15,12 +15,13 @@ PKG_URL:= http://www.gnu.org/software/grep/
PKG_SITES:= ftp://ftp.gnu.org/gnu/grep/
PKG_NOPARALLEL:= 1
+DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.xz
+
include $(TOPDIR)/mk/package.mk
$(eval $(call PKG_template,GREP,$(PKG_NAME),$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
TARGET_LDFLAGS+= -liconv
-CONFIGURE_ARGS+= --without-included-regex
post-install:
$(INSTALL_DIR) $(IDIR_GREP)/bin