pcre: update to 8.33

This commit is contained in:
Tom G. Christensen 2013-11-08 21:42:59 +01:00
parent a4a3672689
commit 61059aab00
2 changed files with 7 additions and 3 deletions

View File

@ -6,9 +6,9 @@
########################################################### ###########################################################
# Check the following 4 variables before running the script # Check the following 4 variables before running the script
topdir=pcre topdir=pcre
version=7.6 version=8.33
pkgver=1 pkgver=1
source[0]=$topdir-$version.tar.bz2 source[0]=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$topdir-$version.tar.bz2
# If there are no patches, simply comment this # If there are no patches, simply comment this
#patch[0]= #patch[0]=
@ -18,7 +18,7 @@ source[0]=$topdir-$version.tar.bz2
# Global settings # Global settings
export CPPFLAGS="-I$prefix/include" export CPPFLAGS="-I$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib" export LDFLAGS="-L$prefix/lib -R$prefix/lib"
configure_args+=(--enable-utf8) configure_args+=(--enable-utf)
reg prep reg prep
prep() prep()

4
pcre/meta/ChangeLog Normal file
View File

@ -0,0 +1,4 @@
CHANGELOG
---------
* Fri Nov 08 2013 Tom G. Christensen <swpkg@jupiterrise.com> - 8.33-1
- Update to 8.33