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

amule, emelfm2, fpm2, gcolor2, gftp, grisbi; grsync, htop, hydrogen, kino, lingot, listpatron, lostirc, mitter, mplayer*, notecase, obconf, osmo, sakura, sylpheed, tilda, transmission, xine-ui, xsane: install .desktop file
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 24 22:51:41 2012 +0100 (2012-01-24)
parents 27a807eb3ffe
children 2b9f96603415
line source
1 # SliTaz package receipt.
3 PACKAGE="nagios-plugins-mysql"
4 VERSION="1.4.15"
5 CATEGORY="meta"
6 SHORT_DESC="Dependencies for Nagios MySQL plugin."
7 MAINTAINER="erjo@slitaz.org"
8 WEB_SITE="http://www.nagios.org/"
9 WANTED="nagios-plugins"
11 DEPENDS="nagios-plugins mysqlclient"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib/nagios/plugins
17 cp -pa $_pkg/usr/lib/nagios/plugins/*mysql* $fs/usr/lib/nagios/plugins
18 }