24 lines
963 B
Text
24 lines
963 B
Text
# Template file for 'pcre'
|
|
pkgname=pcre
|
|
version=8.20
|
|
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-utf8 --enable-unicode-properties
|
|
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf"
|
|
revision=1
|
|
short_desc="Perl Compatible Regular Expressions"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
homepage="http://www.pcre.org/"
|
|
license="BSD"
|
|
checksum=e06b0943ce4b0f15324a20020d6086760a75b72f5ad7c23b9b2bfe690ed49acd
|
|
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."
|
|
|
|
subpackages="libpcre pcre-devel"
|
|
|
|
Add_dependency build zlib-devel
|
|
Add_dependency build bzip2-devel
|