wok-current rev 23281
updated pcre and pcre-dev (8.43 -> 8.44)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 29 10:25:23 2020 +0100 (2020-03-29) |
parents | cb9656914245 |
children | 38896e180d6c |
files | pcre-dev/receipt pcre/receipt |
line diff
1.1 --- a/pcre-dev/receipt Sun Mar 29 10:15:06 2020 +0100 1.2 +++ b/pcre-dev/receipt Sun Mar 29 10:25:23 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcre-dev" 1.7 -VERSION="8.43" 1.8 +VERSION="8.44" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Perl Compatible Regular Expressions, development files." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -16,8 +16,8 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - cp -a $install/* $fs 1.17 + cp -a $install/* $fs 1.18 1.19 - rm $fs/usr/lib/*.so* 1.20 - rm -r $fs/usr/share 1.21 + rm $fs/usr/lib/*.so* 1.22 + rm -r $fs/usr/share 1.23 }
2.1 --- a/pcre/receipt Sun Mar 29 10:15:06 2020 +0100 2.2 +++ b/pcre/receipt Sun Mar 29 10:25:23 2020 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pcre" 2.7 -VERSION="8.43" 2.8 +VERSION="8.44" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Perl 5 Compatible Regular Expression, library." 2.11 MAINTAINER="pankso@slitaz.org" 2.12 @@ -9,7 +9,6 @@ 2.13 WEB_SITE="https://www.pcre.org/" 2.14 2.15 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.16 -WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" 2.17 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 2.18 2.19 HOST_ARCH="i486 arm" 2.20 @@ -28,15 +27,16 @@ 2.21 make install 2.22 2.23 find $install/usr/share/man -type f -exec gzip -9 \{\} \; 2.24 - for i in $(find $install/usr/share/man -type l); do 2.25 + for i in $(find $install/usr/share/man -type l) 2.26 + do 2.27 dest=$(readlink $i) 2.28 rm $i; ln -s $dest.gz $i.gz 2.29 - done 2.30 + done 2.31 } 2.32 2.33 # Rules to gen a SliTaz package suitable for Tazpkg. 2.34 genpkg_rules() 2.35 { 2.36 mkdir -p $fs/usr/lib 2.37 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.38 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.39 }