wok-next diff oniguruma-dev/receipt @ rev 19769

Update Perl XS modules that need perl-dev to build (unlike Pure Perl), rebuild all module packages as Perl version change.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jun 14 09:51:23 2017 +0300 (2017-06-14)
parents
children f463de72afe3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/oniguruma-dev/receipt	Wed Jun 14 09:51:23 2017 +0300
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="oniguruma-dev"
     1.7 +VERSION="6.2.0"
     1.8 +CATEGORY="development"
     1.9 +SHORT_DESC="Regular expression library (development files)"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +LICENSE="BSD"
    1.12 +WEB_SITE="https://github.com/kkos/oniguruma"
    1.13 +
    1.14 +WANTED="oniguruma"
    1.15 +DEPENDS="oniguruma"
    1.16 +
    1.17 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.18 +genpkg_rules()
    1.19 +{
    1.20 +	cook_copy_files *.h *.a *.la *.pc onig-config
    1.21 +}