wok diff pcre-dev/receipt @ rev 22067
updated udevil again (0.4.3 -> 0.4.4)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 25 14:56:03 2019 +0100 (2019-10-25) |
parents | 7f34d19fe19e |
children | ab547e2cda64 |
line diff
1.1 --- a/pcre-dev/receipt Sat Jun 18 19:48:35 2016 +0300 1.2 +++ b/pcre-dev/receipt Fri Oct 25 14:56:03 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 }