pcre: update to 8.30.
This commit is contained in:
parent
8f697d16d2
commit
1e3acea561
1 changed files with 5 additions and 7 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'pcre'
|
# Template file for 'pcre'
|
||||||
pkgname=pcre
|
pkgname=pcre
|
||||||
version=8.21
|
version=8.30
|
||||||
revision=3
|
revision=1
|
||||||
distfiles="${SOURCEFORGE_SITE}/pcre/pcre-$version.tar.bz2"
|
subpackages="libpcre libpcrecpp pcre-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
|
configure_args="--enable-utf8 --enable-unicode-properties --with-pic
|
||||||
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf"
|
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf"
|
||||||
|
@ -11,13 +11,11 @@ short_desc="Perl Compatible Regular Expressions"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.pcre.org/"
|
homepage="http://www.pcre.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
checksum=a4b8509d11fc2764fb4e1415b764ad2c214459edc011ce48aeeb6bbe1ac599e3
|
distfiles="${SOURCEFORGE_SITE}/pcre/pcre-$version.tar.bz2"
|
||||||
|
checksum=c1113fd7db934e97ad8b3917d432e5b642e9eb9afd127eb797804937c965f4ac
|
||||||
long_desc="
|
long_desc="
|
||||||
The PCRE library is a set of functions that implement regular expression
|
The PCRE library is a set of functions that implement regular expression
|
||||||
pattern matching using the same syntax and semantics as Perl 5. PCRE
|
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
|
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,
|
correspond to the POSIX regular expression API. The PCRE library is free,
|
||||||
even for building commercial software."
|
even for building commercial software."
|
||||||
|
|
||||||
subpackages="libpcre libpcrecpp pcre-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue