pcre: update to 8.39.
This commit is contained in:
parent
10366015f4
commit
18e4349e11
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'pcre'
|
# Template file for 'pcre'
|
||||||
pkgname=pcre
|
pkgname=pcre
|
||||||
version=8.38
|
version=8.39
|
||||||
revision=1
|
revision=1
|
||||||
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
|
||||||
--enable-pcretest-libreadline --enable-jit --enable-static"
|
--enable-pcretest-libedit --enable-jit --enable-static"
|
||||||
makedepends="zlib-devel bzip2-devel readline-devel"
|
makedepends="zlib-devel bzip2-devel libedit-devel"
|
||||||
short_desc="Perl Compatible Regular Expressions"
|
short_desc="Perl Compatible Regular Expressions"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.pcre.org/"
|
homepage="http://www.pcre.org/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
#distfiles="${SOURCEFORGE_SITE}/pcre/pcre-$version.tar.gz"
|
#distfiles="${SOURCEFORGE_SITE}/pcre/pcre-$version.tar.gz"
|
||||||
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${version}.tar.bz2"
|
distfiles="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${version}.tar.bz2"
|
||||||
checksum=b9e02d36e23024d6c02a2e5b25204b3a4fa6ade43e0a5f869f254f49535079df
|
checksum=b858099f82483031ee02092711689e7245586ada49e534a06e678b8ea9549e8b
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENCE
|
vlicense LICENCE
|
||||||
|
|
Loading…
Reference in New Issue