wok-current rev 21667
updated pcre and pcre-dev (8.39 -> 8.43)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jun 01 14:26:34 2019 +0100 (2019-06-01) |
parents | e8fd3684e239 |
children | 18de4fe65c9c |
files | pcre-dev/receipt pcre/receipt |
line diff
1.1 --- a/pcre-dev/receipt Sat Jun 01 14:00:45 2019 +0100 1.2 +++ b/pcre-dev/receipt Sat Jun 01 14:26:34 2019 +0100 1.3 @@ -1,21 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="pcre-dev" 1.7 -VERSION="8.39" 1.8 +VERSION="8.43" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Perl Compatible Regular Expressions, development files" 1.11 +SHORT_DESC="Perl Compatible Regular Expressions, development files." 1.12 MAINTAINER="pankso@slitaz.org" 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="pcre pkg-config" 1.18 +WANTED="pcre" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -WANTED="pcre" 1.23 -DEPENDS="pcre 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/pcre/receipt Sat Jun 01 14:00:45 2019 +0100 2.2 +++ b/pcre/receipt Sat Jun 01 14:26:34 2019 +0100 2.3 @@ -1,27 +1,31 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="pcre" 2.7 -VERSION="8.39" 2.8 +VERSION="8.43" 2.9 CATEGORY="system-tools" 2.10 -SHORT_DESC="Perl 5 Compatible Regular Expression, library" 2.11 +SHORT_DESC="Perl 5 Compatible Regular Expression, library." 2.12 MAINTAINER="pankso@slitaz.org" 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/$PACKAGE/$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-pcre16 \ 2.29 - --enable-pcre32 \ 2.30 - --enable-jit \ 2.31 - --enable-unicode-properties \ 2.32 + ./configure \ 2.33 + --prefix=/usr \ 2.34 + --enable-pcre16 \ 2.35 + --enable-pcre32 \ 2.36 + --enable-jit \ 2.37 + --enable-unicode-properties \ 2.38 $CONFIGURE_ARGS && 2.39 - make && make install 2.40 + make && 2.41 + make install 2.42 2.43 find $install/usr/share/man -type f -exec gzip -9 \{\} \; 2.44 for i in $(find $install/usr/share/man -type l); do