summaryrefslogtreecommitdiff
path: root/grep/grep_2.5.oe
diff options
context:
space:
mode:
Diffstat (limited to 'grep/grep_2.5.oe')
-rw-r--r--grep/grep_2.5.oe11
1 files changed, 11 insertions, 0 deletions
diff --git a/grep/grep_2.5.oe b/grep/grep_2.5.oe
index e69de29bb2..a673077bf8 100644
--- a/grep/grep_2.5.oe
+++ b/grep/grep_2.5.oe
@@ -0,0 +1,11 @@
+DESCRIPTION = "grep GNU utility"
+MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>"
+DEPENDS = "virtual/libc"
+RDEPENDS = "libc6"
+
+SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \
+ file://${FILESDIR}/install.patch;patch=1"
+
+inherit autotools
+
+EXTRA_OECONF = "--disable-perl-regexp --disable-ncurses"