wok view pcre2-dev/receipt @ rev 22413

clamav 0.101.1 -> 0.101.2: fixes a few CVEs; new requirement: libcurl
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 14 19:36:12 2019 +0000 (2019-12-14)
parents 7f34d19fe19e
children 38896e180d6c
line source
1 # SliTaz package receipt.
3 PACKAGE="pcre2-dev"
4 VERSION="10.32"
5 CATEGORY="development"
6 SHORT_DESC="Perl Compatible Regular Expressions 2, development files."
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://www.pcre.org/"
11 DEPENDS="pcre2 pkg-config"
12 WANTED="pcre2"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cp -a $install/* $fs
21 rm $fs/usr/lib/*.so*
22 rm -r $fs/usr/share
23 }