X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/59f0d218a6ff34c80cf898f6d7ac62555ba8eb11..475126a87ff8b55c0074c0777e7b4ef15035f56b:/packages/pcre/build.sh diff --git a/packages/pcre/build.sh b/packages/pcre/build.sh index a48ff5ce..be34955b 100644 --- a/packages/pcre/build.sh +++ b/packages/pcre/build.sh @@ -1,9 +1,8 @@ TERMUX_PKG_HOMEPAGE=http://www.pcre.org/ TERMUX_PKG_DESCRIPTION="Library implementing regular expression pattern matching using the same syntax and semantics as Perl 5" -TERMUX_PKG_VERSION=8.37 -TERMUX_PKG_SRCURL=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${TERMUX_PKG_VERSION}.tar.bz2 -#TERMUX_PKG_RM_AFTER_INSTALL="bin/pcre-config share/man/man1/pcre-config.1 lib/libpcrecpp.so lib/libpcrecpp.so.0 lib/libpcrecpp.so.0.0.0 lib/libpcreposix.so lib/libpcreposix.so.0 lib/libpcreposix.so.0.0.2" -TERMUX_PKG_RM_AFTER_INSTALL="bin/pcre-config bin/pcregrep bin/pcretest share/man/man1/pcre*.1 lib/libpcreposix.so lib/libpcreposix.so.0 lib/libpcreposix.so.0.0.2" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-cpp --enable-utf8 --enable-unicode-properties" - - +TERMUX_PKG_VERSION=8.42 +TERMUX_PKG_SHA256=2cd04b7c887808be030254e8d77de11d3fe9d4505c39d4b15d2664ffe8bf9301 +TERMUX_PKG_SRCURL=https://ftp.pcre.org/pub/pcre/pcre-${TERMUX_PKG_VERSION}.tar.bz2 +TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/pcre-config" +TERMUX_PKG_RM_AFTER_INSTALL="bin/pcregrep bin/pcretest share/man/man1/pcre*.1 lib/libpcreposix.so lib/libpcreposix.so.0 lib/libpcreposix.so.0.0.2" +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-cpp --enable-jit --enable-utf8 --enable-unicode-properties"