grep: disable perl regexp to avoid pcre dependency.
--HG-- extra : convert_revision : 7c3ed8141c4ed3ebfa078f87245b6d5e53402f9b
This commit is contained in:
parent
5ef5ca8d35
commit
aca77c9284
|
@ -3,7 +3,8 @@ pkgname=grep
|
||||||
version=2.5.3
|
version=2.5.3
|
||||||
distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version@.tar.bz2"
|
distfiles="http://ftp.gnu.org/gnu/grep/$pkgname-$version@.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin"
|
configure_args="--bindir=$XBPS_DESTDIR/$pkgname-$version/bin
|
||||||
|
--disable-perl-regexp"
|
||||||
short_desc="The GNU grep utility"
|
short_desc="The GNU grep utility"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=d22dd8d626e557271aa555e7a06884a0114968845400ce1e7ab6f82b1f44b8fd
|
checksum=d22dd8d626e557271aa555e7a06884a0114968845400ce1e7ab6f82b1f44b8fd
|
||||||
|
@ -14,5 +15,5 @@ long_desc="
|
||||||
full regexp matcher without necessarily having to look at every character.
|
full regexp matcher without necessarily having to look at every character.
|
||||||
The result is typically many times faster than Unix grep or egrep."
|
The result is typically many times faster than Unix grep or egrep."
|
||||||
|
|
||||||
build_depends="texinfo-4.13a pcre-7.8"
|
build_depends="texinfo-4.13a"
|
||||||
run_depends="glibc-2.8 pcre-7.9"
|
run_depends="glibc-2.8"
|
||||||
|
|
Loading…
Reference in New Issue