wok rev 21668
updated pcre2 and pcre2-dev (10.21 -> 10.32)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 01 14:42:22 2019 +0100 (2019-06-01) |
parents | 9d254903769e |
children | 2e1dc40b652c |
files | pcre2-dev/receipt pcre2/receipt |
line diff
1.1 --- a/pcre2-dev/receipt Sat Jun 01 14:26:34 2019 +0100 1.2 +++ b/pcre2-dev/receipt Sat Jun 01 14:42:22 2019 +0100 1.3 @@ -1,21 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcre2-dev" 1.7 -VERSION="10.21" 1.8 +VERSION="10.32" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Perl Compatible Regular Expressions 2, development files" 1.11 +SHORT_DESC="Perl Compatible Regular Expressions 2, development files." 1.12 MAINTAINER="al.bobylev@gmail.com" 1.13 LICENSE="BSD" 1.14 -WEB_SITE="http://www.pcre.org/" 1.15 +WEB_SITE="https://www.pcre.org/" 1.16 + 1.17 +DEPENDS="pcre2 pkg-config" 1.18 +WANTED="pcre2" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -WANTED="pcre2" 1.23 -DEPENDS="pcre2 pkg-config" 1.24 - 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 cp -a $install/* $fs 1.29 + 1.30 rm $fs/usr/lib/*.so* 1.31 rm -r $fs/usr/share 1.32 }
2.1 --- a/pcre2/receipt Sat Jun 01 14:26:34 2019 +0100 2.2 +++ b/pcre2/receipt Sat Jun 01 14:42:22 2019 +0100 2.3 @@ -1,26 +1,30 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pcre2" 2.7 -VERSION="10.21" 2.8 +VERSION="10.32" 2.9 CATEGORY="system-tools" 2.10 -SHORT_DESC="Perl 5 Compatible Regular Expression 2, library" 2.11 +SHORT_DESC="Perl 5 Compatible Regular Expression 2, library." 2.12 MAINTAINER="al.bobylev@gmail.com" 2.13 LICENSE="BSD" 2.14 +WEB_SITE="https://www.pcre.org/" 2.15 + 2.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 -WEB_SITE="http://www.pcre.org/" 2.18 WGET_URL="ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/$TARBALL" 2.19 +WGET_URL="$SF_MIRROR/pcre/$TARBALL" 2.20 + 2.21 HOST_ARCH="i486 arm" 2.22 2.23 # Rules to configure and make the package. 2.24 compile_rules() 2.25 { 2.26 - ./configure \ 2.27 - --prefix=/usr \ 2.28 - --enable-pcre2-16 \ 2.29 - --enable-pcre2-32 \ 2.30 - --enable-jit \ 2.31 + ./configure \ 2.32 + --prefix=/usr \ 2.33 + --enable-pcre2-16 \ 2.34 + --enable-pcre2-32 \ 2.35 + --enable-jit \ 2.36 $CONFIGURE_ARGS && 2.37 - make && make install 2.38 + make && 2.39 + make install 2.40 2.41 find $install/usr/share/man -type f -exec gzip -9 \{\} \; 2.42 for i in $(find $install/usr/share/man -type l); do