aboutsummaryrefslogtreecommitdiffstats
path: root/grep/grep_2.5.oe
blob: a673077bf8f38d8a13b4ad318ff9dce724daf888 (plain)
1
2
3
4
5
6
7
8
9
10
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"