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

Add more tags (Thanks Pascal).
author Leonardo Laporte <hackdorte@sapo.pt>
date Tue Jul 12 03:27:18 2016 -0300 (2016-07-12)
parents 205d192370e5
children a78610b2eb47
rev   line source
erjo@8333 1 # SliTaz package receipt.
erjo@8333 2
erjo@8333 3 PACKAGE="nagios-plugins-mysql"
pascal@15068 4 VERSION="1.4.16"
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"
erjo@8333 9 WEB_SITE="http://www.nagios.org/"
erjo@8351 10 WANTED="nagios-plugins"
erjo@8333 11
pascal@17482 12 DEPENDS="nagios-plugins mysql-client"
erjo@9958 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
pascal@14999 18 cp -pa $install/usr/lib/nagios/plugins/*mysql* $fs/usr/lib/nagios/plugins
erjo@8333 19 }
erjo@8333 20