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

updated mousepad (0.4.1 -> 0.4.2)
author Hans-G?nter Theisgen
date Fri Mar 20 09:06:50 2020 +0100 (2020-03-20)
parents a78610b2eb47
children 39e11db3ea78
rev   line source
erjo@8333 1 # SliTaz package receipt.
erjo@8333 2
erjo@8333 3 PACKAGE="nagios-plugins-mysql"
Hans-G?nter@21514 4 VERSION="2.2.1"
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 }