wok annotate nagios-plugins-mysql/receipt @ rev 25074

Add python-ipaddress
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 13 19:39:39 2022 +0000 (2022-06-13)
parents 39e11db3ea78
children
rev   line source
erjo@8333 1 # SliTaz package receipt.
erjo@8333 2
erjo@8333 3 PACKAGE="nagios-plugins-mysql"
Hans-G?nter@24950 4 VERSION="2.4.0"
erjo@8333 5 CATEGORY="meta"
erjo@8333 6 SHORT_DESC="Dependencies for Nagios MySQL plugin."
erjo@8333 7 MAINTAINER="erjo@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
Hans-G?nter@21514 9 WEB_SITE="https://www.nagios-plugins.org/"
Hans-G?nter@21514 10
Hans-G?nter@21514 11 DEPENDS="mysql-client nagios-plugins"
erjo@8351 12 WANTED="nagios-plugins"
erjo@8333 13
erjo@8333 14 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@8333 15 genpkg_rules()
erjo@8333 16 {
slaxemulator@8337 17 mkdir -p $fs/usr/lib/nagios/plugins
Hans-G?nter@21514 18 cp -pa $install/usr/lib/nagios/plugins/*mysql* \
Hans-G?nter@21514 19 $fs/usr/lib/nagios/plugins
erjo@8333 20 }