2008-10-04 06:29:49 +02:00
|
|
|
# Template file for 'pcre'
|
|
|
|
pkgname=pcre
|
2012-08-23 15:49:55 +02:00
|
|
|
version=8.31
|
2012-07-07 13:22:16 +02:00
|
|
|
revision=1
|
|
|
|
subpackages="libpcre libpcrecpp pcre-devel"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-03-18 07:35:15 +01:00
|
|
|
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
|
2012-07-07 13:29:56 +02:00
|
|
|
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf
|
2012-08-23 15:49:55 +02:00
|
|
|
--enable-pcretest-libreadline --disable-pcregrep-jit --enable-jit
|
|
|
|
--disable-static"
|
2012-07-07 13:29:56 +02:00
|
|
|
makedepends="zlib-devel readline-devel"
|
2008-09-29 22:32:08 +02:00
|
|
|
short_desc="Perl Compatible Regular Expressions"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-08-18 09:46:08 +02:00
|
|
|
homepage="http://www.pcre.org/"
|
|
|
|
license="BSD"
|
2012-07-07 13:22:16 +02:00
|
|
|
distfiles="${SOURCEFORGE_SITE}/pcre/pcre-$version.tar.bz2"
|
2012-08-23 15:49:55 +02:00
|
|
|
checksum=5778a02535473c7ee7838ea598c19f451e63cf5eec0bf0307a688301c9078c3c
|
2008-09-29 22:32:08 +02:00
|
|
|
long_desc="
|
|
|
|
The PCRE library is a set of functions that implement regular expression
|
|
|
|
pattern matching using the same syntax and semantics as Perl 5. PCRE
|
|
|
|
has its own native API, as well as a set of wrapper functions that
|
|
|
|
correspond to the POSIX regular expression API. The PCRE library is free,
|
|
|
|
even for building commercial software."
|