wok-current view nagios-plugins-mysql/receipt @ rev 8348
Down: lirc to 0.8.7.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Feb 02 03:07:20 2011 +0000 (2011-02-02) |
parents | 3d1797940d27 |
children | 27a807eb3ffe |
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 DEPENDS="nagios-plugins mysqlclient"
9 WEB_SITE="http://www.nagios.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/nagios/plugins
17 cp -pa $_pkg/usr/lib/nagios/plugins/*mysql* $fs/usr/libnagios/plugins
18 }