pcre: update to 8.13.

This commit is contained in:
Juan RP 2011-08-18 09:46:08 +02:00
parent 7903abd9ac
commit a508828fc8
2 changed files with 5 additions and 5 deletions

View file

@ -13,6 +13,5 @@ Add_dependency run libstdc++
do_install() do_install()
{ {
install -d ${DESTDIR}/usr/lib vmove "usr/lib/*.so*" usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/*.so* ${DESTDIR}/usr/lib
} }

View file

@ -1,14 +1,15 @@
# Template file for 'pcre' # Template file for 'pcre'
pkgname=pcre pkgname=pcre
version=8.12 version=8.13
revision=1
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"
build_style=gnu_configure build_style=gnu_configure
configure_args="--enable-utf8 --enable-unicode-properties configure_args="--enable-utf8 --enable-unicode-properties
--enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf" --enable-pcregrep-libz --enable-pcregrep-libbz2 --enable-newline-is-anycrlf"
short_desc="Perl Compatible Regular Expressions" short_desc="Perl Compatible Regular Expressions"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=c63070d461edc451ec9457f2324e152a531e907d5c5d2d8f8121e725acd1aeec homepage="http://www.pcre.org/"
license="BSD"
checksum=3384624ea3281af5fc83400e1fd184e0bdd49e1705315faefd7cfe91b739b504
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