xorg-server: enable some more extensions.
[pkgfs.git] / templates / pcre.tmpl
blobc246a74dbb13921c17ae48c43e8c95c0af09d487
1 # Template file for 'pcre'
2 pkgname=pcre
3 version=7.8
4 extract_sufx=".tar.bz2"
5 url=http://kent.dl.sourceforge.net/sourceforge/pcre
6 build_style=gnu_configure
7 pkgconfig_override="libpcre.pc libpcrecpp.pc"
8 configure_args="--enable-utf8 --enable-unicode-properties"
9 short_desc="Perl Compatible Regular Expressions"
10 maintainer="Juan RP <xtraeme@gmail.com>"
11 checksum=f8cc336f984bce9bfebaef27e6376d84845bce8f
12 long_desc="
13  The PCRE library is a set of functions that implement regular expression
14  pattern matching using the same syntax and semantics as Perl 5. PCRE
15  has its own native API, as well as a set of wrapper functions that
16  correspond to the POSIX regular expression API. The PCRE library is free,
17  even for building commercial software."