void-packages/srcpkgs/pcre/template

23 lines
995 B
Plaintext

# Template file for 'pcre'
pkgname=pcre
version=8.30
revision=1
subpackages="libpcre libpcrecpp pcre-devel"
build_style=gnu-configure
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf
--enable-pcretest-libreadline --disable-pcregrep-jit --enable-jit"
makedepends="zlib-devel readline-devel"
short_desc="Perl Compatible Regular Expressions"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.pcre.org/"
license="BSD"
distfiles="${SOURCEFORGE_SITE}/pcre/pcre-$version.tar.bz2"
checksum=c1113fd7db934e97ad8b3917d432e5b642e9eb9afd127eb797804937c965f4ac
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."