wok view pcre-dev/receipt @ rev 24950
updated nagios-plugins and nagios-plugins-mysql (2.3.3 -> 2.4.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Apr 23 10:03:51 2022 +0100 (2022-04-23) |
parents | 9d254903769e |
children | eb6fc44c0c5f |
line source
1 # SliTaz package receipt.
3 PACKAGE="pcre-dev"
4 VERSION="8.44"
5 CATEGORY="development"
6 SHORT_DESC="Perl Compatible Regular Expressions, development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.pcre.org/"
11 DEPENDS="pcre pkg-config"
12 WANTED="pcre"
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 }