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

Up: slitaz-boot-scripts (4.4) - WARNING: no more hwconf.sh and i18n.sh so we sed in rcS.conf to change that or next boot boot get lots of problem
author Christophe Lincoln <pankso@slitaz.org>
date Sat May 28 23:23:13 2011 +0200 (2011-05-28)
parents 27a807eb3ffe
children 2b9f96603415
rev   line source
erjo@8333 1 # SliTaz package receipt.
erjo@8333 2
erjo@8333 3 PACKAGE="nagios-plugins-mysql"
erjo@8333 4 VERSION="1.4.15"
erjo@8333 5 CATEGORY="meta"
erjo@8333 6 SHORT_DESC="Dependencies for Nagios MySQL plugin."
erjo@8333 7 MAINTAINER="erjo@slitaz.org"
erjo@8333 8 WEB_SITE="http://www.nagios.org/"
erjo@8351 9 WANTED="nagios-plugins"
erjo@8333 10
erjo@9958 11 DEPENDS="nagios-plugins mysqlclient"
erjo@9958 12
erjo@8333 13 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@8333 14 genpkg_rules()
erjo@8333 15 {
slaxemulator@8337 16 mkdir -p $fs/usr/lib/nagios/plugins
erjo@8351 17 cp -pa $_pkg/usr/lib/nagios/plugins/*mysql* $fs/usr/lib/nagios/plugins
erjo@8333 18 }
erjo@8333 19