# HG changeset patch # User Hans-G?nter Theisgen # Date 1559395594 -3600 # Node ID 9d254903769e7d40011f4a67177250783310f7c0 # Parent e8fd3684e2399f5eae4f38d434a21582f970e33f updated pcre and pcre-dev (8.39 -> 8.43) diff -r e8fd3684e239 -r 9d254903769e pcre-dev/receipt --- a/pcre-dev/receipt Sat Jun 01 14:00:45 2019 +0100 +++ b/pcre-dev/receipt Sat Jun 01 14:26:34 2019 +0100 @@ -1,21 +1,23 @@ # SliTaz package receipt. PACKAGE="pcre-dev" -VERSION="8.39" +VERSION="8.43" CATEGORY="development" -SHORT_DESC="Perl Compatible Regular Expressions, development files" +SHORT_DESC="Perl Compatible Regular Expressions, development files." MAINTAINER="pankso@slitaz.org" LICENSE="BSD" -WEB_SITE="http://www.pcre.org/" +WEB_SITE="https://www.pcre.org/" + +DEPENDS="pcre pkg-config" +WANTED="pcre" + HOST_ARCH="i486 arm" -WANTED="pcre" -DEPENDS="pcre 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 e8fd3684e239 -r 9d254903769e pcre/receipt --- a/pcre/receipt Sat Jun 01 14:00:45 2019 +0100 +++ b/pcre/receipt Sat Jun 01 14:26:34 2019 +0100 @@ -1,27 +1,31 @@ # SliTaz package receipt. PACKAGE="pcre" -VERSION="8.39" +VERSION="8.43" CATEGORY="system-tools" -SHORT_DESC="Perl 5 Compatible Regular Expression, library" +SHORT_DESC="Perl 5 Compatible Regular Expression, library." MAINTAINER="pankso@slitaz.org" 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/$PACKAGE/$TARBALL" + HOST_ARCH="i486 arm" # Rules to configure and make the package. compile_rules() { - ./configure \ - --prefix=/usr \ - --enable-pcre16 \ - --enable-pcre32 \ - --enable-jit \ - --enable-unicode-properties \ + ./configure \ + --prefix=/usr \ + --enable-pcre16 \ + --enable-pcre32 \ + --enable-jit \ + --enable-unicode-properties \ $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