Merge oe-devel@oe-devel.bkbits.net:packages
[openembedded.git] / grep / grep_2.5.oe
1 LICENSE = GPL
2 SECTION = "console/utils"
3 DESCRIPTION = "grep GNU utility"
4 MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>"
5
6 SRC_URI = "${GNU_MIRROR}/grep/grep-${PV}.tar.bz2 \
7            file://install.patch;patch=1"
8
9 inherit autotools
10
11 EXTRA_OECONF = "--disable-perl-regexp --disable-ncurses"
12
13 do_configure () {
14         rm -f ${S}/m4/init.m4
15         autotools_do_configure
16 }