Files
Arch-R/packages/sysutils/grep/meta
Stephan Raue 30e169c026 grep: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-11-25 18:16:04 +01:00

17 lines
802 B
Plaintext

PKG_NAME="grep"
PKG_VERSION="2.7"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.gnu.org/software/grep/"
PKG_URL="ftp://sunsite.cnlab-switch.ch/mirror/gnu/grep/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="pcre"
PKG_BUILD_DEPENDS="toolchain pcre"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="grep: This is GNU grep, the fastest grep in the west"
PKG_LONGDESC="GNU grep is based on a fast lazy-state deterministic matcher (about twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper search for a fixed string that eliminates impossible text from being considered by the full regexp matcher without necessarily having to look at every character. The result is typically many times faster than Unix grep or egrep."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"