2008-10-04 06:29:49 +02:00
|
|
|
# Template file for 'pcre'
|
|
|
|
pkgname=pcre
|
2009-04-16 00:49:23 +02:00
|
|
|
version=7.9
|
2009-11-22 08:31:44 +01:00
|
|
|
revision=1
|
2008-12-15 07:27:38 +01:00
|
|
|
distfiles="$SOURCEFORGE_SITE/pcre/$pkgname-$version.tar.bz2"
|
2008-09-29 22:32:08 +02:00
|
|
|
build_style=gnu_configure
|
2009-02-25 17:55:24 +01:00
|
|
|
configure_args="--enable-utf8 --enable-unicode-properties
|
|
|
|
--enable-pcregrep-libz --enable-pcregrep-libbz2
|
|
|
|
--enable-newline-is-anycrlf"
|
2008-09-29 22:32:08 +02:00
|
|
|
short_desc="Perl Compatible Regular Expressions"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-04-16 00:49:23 +02:00
|
|
|
checksum=40a13a9759f1de5b16bc2f0d47b6aa5f0ec010325646922f54b013c040dcd740
|
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."
|
2008-10-20 17:15:59 +02:00
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="pcre-devel"
|
|
|
|
Add_dependency run libstdc++
|
2009-02-25 17:55:24 +01:00
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full zlib
|
|
|
|
Add_dependency full bzip2
|