wok diff pcre2-dev/receipt @ rev 19774

some *-dev depend on pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 21 15:50:51 2017 +0100 (2017-02-21)
parents
children 18de4fe65c9c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/pcre2-dev/receipt	Tue Feb 21 15:50:51 2017 +0100
     1.3 @@ -0,0 +1,21 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="pcre2-dev"
     1.7 +VERSION="10.21"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Perl Compatible Regular Expressions 2, development files"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="BSD"
    1.12 +WEB_SITE="http://www.pcre.org/"
    1.13 +HOST_ARCH="i486 arm"
    1.14 +
    1.15 +WANTED="pcre2"
    1.16 +DEPENDS="pcre2 pkg-config"
    1.17 +
    1.18 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.19 +genpkg_rules()
    1.20 +{
    1.21 +	cp -a $install/* $fs
    1.22 +	rm $fs/usr/lib/*.so*
    1.23 +	rm -r $fs/usr/share
    1.24 +}