2008-10-04 06:29:49 +02:00
|
|
|
# Template file for 'pcre'
|
|
|
|
pkgname=pcre
|
2011-10-22 16:42:30 +02:00
|
|
|
version=8.20
|
2010-12-11 01:22:05 +01:00
|
|
|
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2009-02-25 17:55:24 +01:00
|
|
|
configure_args="--enable-utf8 --enable-unicode-properties
|
2010-06-26 09:53:41 +02:00
|
|
|
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf"
|
2011-11-12 06:01:02 +01:00
|
|
|
revision=1
|
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"
|
2011-10-22 16:42:30 +02:00
|
|
|
checksum=e06b0943ce4b0f15324a20020d6086760a75b72f5ad7c23b9b2bfe690ed49acd
|
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
|
|
|
|
2010-12-11 01:22:05 +01:00
|
|
|
subpackages="libpcre pcre-devel"
|
|
|
|
|
2010-01-10 15:26:37 +01:00
|
|
|
Add_dependency build zlib-devel
|
|
|
|
Add_dependency build bzip2-devel
|