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

updated dpkg (1.16.12 -> 1.17.27) again
author Hans-G?nter Theisgen
date Sun Oct 04 07:34:51 2020 +0100 (2020-10-04)
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 }