# HG changeset patch # User Hans-G?nter Theisgen # Date 1559396542 -3600 # Node ID 18de4fe65c9ce9666ec3b230ed12fb2974b69d35 # Parent 9d254903769e7d40011f4a67177250783310f7c0 updated pcre2 and pcre2-dev (10.21 -> 10.32) diff -r 9d254903769e -r 18de4fe65c9c pcre2-dev/receipt --- a/pcre2-dev/receipt Sat Jun 01 14:26:34 2019 +0100 +++ b/pcre2-dev/receipt Sat Jun 01 14:42:22 2019 +0100 @@ -1,21 +1,23 @@ # SliTaz package receipt. PACKAGE="pcre2-dev" -VERSION="10.21" +VERSION="10.32" CATEGORY="development" -SHORT_DESC="Perl Compatible Regular Expressions 2, development files" +SHORT_DESC="Perl Compatible Regular Expressions 2, development files." MAINTAINER="al.bobylev@gmail.com" LICENSE="BSD" -WEB_SITE="http://www.pcre.org/" +WEB_SITE="https://www.pcre.org/" + +DEPENDS="pcre2 pkg-config" +WANTED="pcre2" + HOST_ARCH="i486 arm" -WANTED="pcre2" -DEPENDS="pcre2 pkg-config" - # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { cp -a $install/* $fs + rm $fs/usr/lib/*.so* rm -r $fs/usr/share } diff -r 9d254903769e -r 18de4fe65c9c pcre2/receipt --- a/pcre2/receipt Sat Jun 01 14:26:34 2019 +0100 +++ b/pcre2/receipt Sat Jun 01 14:42:22 2019 +0100 @@ -1,26 +1,30 @@ # SliTaz package receipt. PACKAGE="pcre2" -VERSION="10.21" +VERSION="10.32" CATEGORY="system-tools" -SHORT_DESC="Perl 5 Compatible Regular Expression 2, library" +SHORT_DESC="Perl 5 Compatible Regular Expression 2, library." MAINTAINER="al.bobylev@gmail.com" LICENSE="BSD" +WEB_SITE="https://www.pcre.org/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="http://www.pcre.org/" WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" +WGET_URL="$SF_MIRROR/pcre/$TARBALL" + HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ - --enable-pcre2-16 \ - --enable-pcre2-32 \ - --enable-jit \ + ./configure \ + --prefix=/usr \ + --enable-pcre2-16 \ + --enable-pcre2-32 \ + --enable-jit \ $CONFIGURE_ARGS && - make && make install + make && + make install find $install/usr/share/man -type f -exec gzip -9 \{\} \; for i in $(find $install/usr/share/man -type l); do