wok view nagios-plugins-mysql/receipt @ rev 23757

fusecloop/extract_compressed_fs: fix v2 convertion
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 02 17:31:45 2020 +0000 (2020-05-02)
parents 51b166969064
children cf5131fd17f5
line source
1 # SliTaz package receipt.
3 PACKAGE="nagios-plugins-mysql"
4 VERSION="2.3.3"
5 CATEGORY="meta"
6 SHORT_DESC="Dependencies for Nagios MySQL plugin."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.nagios-plugins.org/"
11 DEPENDS="mysql-client nagios-plugins"
12 WANTED="nagios-plugins"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/nagios/plugins
18 cp -pa $install/usr/lib/nagios/plugins/*mysql* \
19 $fs/usr/lib/nagios/plugins
20 }