wok diff pcre2-dev/receipt @ rev 23273
updated pam_ldap (185 -> 186)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Mar 28 14:46:49 2020 +0100 (2020-03-28) |
parents | 7f34d19fe19e |
children | 38896e180d6c |
line diff
1.1 --- a/pcre2-dev/receipt Sat Jun 18 19:48:35 2016 +0300 1.2 +++ b/pcre2-dev/receipt Sat Mar 28 14:46:49 2020 +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 }