# HG changeset patch # User Hans-G?nter Theisgen # Date 1585474537 -3600 # Node ID 38896e180d6c1246008d6d631c11d64fc4166f21 # Parent ab547e2cda6411a49e790ab01074fcecff8c6810 updated pcre2 and pcre2-dev (10.32 -> 10.34) diff -r ab547e2cda64 -r 38896e180d6c pcre2-dev/receipt --- a/pcre2-dev/receipt Sun Mar 29 10:25:23 2020 +0100 +++ b/pcre2-dev/receipt Sun Mar 29 10:35:37 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pcre2-dev" -VERSION="10.32" +VERSION="10.34" CATEGORY="development" SHORT_DESC="Perl Compatible Regular Expressions 2, development files." MAINTAINER="al.bobylev@gmail.com" @@ -16,8 +16,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - cp -a $install/* $fs + cp -a $install/* $fs - rm $fs/usr/lib/*.so* - rm -r $fs/usr/share + rm $fs/usr/lib/*.so* + rm -r $fs/usr/share } diff -r ab547e2cda64 -r 38896e180d6c pcre2/receipt --- a/pcre2/receipt Sun Mar 29 10:25:23 2020 +0100 +++ b/pcre2/receipt Sun Mar 29 10:35:37 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="pcre2" -VERSION="10.32" +VERSION="10.34" CATEGORY="system-tools" SHORT_DESC="Perl 5 Compatible Regular Expression 2, library." MAINTAINER="al.bobylev@gmail.com" @@ -9,7 +9,6 @@ WEB_SITE="https://www.pcre.org/" TARBALL="$PACKAGE-$VERSION.tar.bz2" -WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" WGET_URL="$SF_MIRROR/pcre/$TARBALL" HOST_ARCH="i486 arm" @@ -27,15 +26,16 @@ make install find $install/usr/share/man -type f -exec gzip -9 \{\} \; - for i in $(find $install/usr/share/man -type l); do + for i in $(find $install/usr/share/man -type l) + do dest=$(readlink $i) rm $i; ln -s $dest.gz $i.gz - done + done } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }