wok-next view 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 source
1 # SliTaz package receipt.
3 PACKAGE="oniguruma-dev"
4 VERSION="6.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Regular expression library (development files)"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/kkos/oniguruma"
11 WANTED="oniguruma"
12 DEPENDS="oniguruma"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 cook_copy_files *.h *.a *.la *.pc onig-config
18 }