wok rev 23282

updated pcre2 and pcre2-dev (10.32 -> 10.34)
author Hans-G?nter Theisgen
date Sun Mar 29 10:35:37 2020 +0100 (2020-03-29)
parents ab547e2cda64
children 97585ed37bf0
files pcre2-dev/receipt pcre2/receipt
line diff
     1.1 --- a/pcre2-dev/receipt	Sun Mar 29 10:25:23 2020 +0100
     1.2 +++ b/pcre2-dev/receipt	Sun Mar 29 10:35:37 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pcre2-dev"
     1.7 -VERSION="10.32"
     1.8 +VERSION="10.34"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Perl Compatible Regular Expressions 2, development files."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    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/pcre2/receipt	Sun Mar 29 10:25:23 2020 +0100
     2.2 +++ b/pcre2/receipt	Sun Mar 29 10:35:37 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="pcre2"
     2.7 -VERSION="10.32"
     2.8 +VERSION="10.34"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Perl 5 Compatible Regular Expression 2, library."
    2.11  MAINTAINER="al.bobylev@gmail.com"
    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/pcre/$TARBALL"
    2.18  
    2.19  HOST_ARCH="i486 arm"
    2.20 @@ -27,15 +26,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  }