wok-stable view nagios-plugins-mysql/receipt @ rev 10549

php: Added back code to add desktop, image, and php.ini in compile_rules. These files are needed for php-common not php directly. Thats what they were there.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed May 25 14:47:51 2011 +0000 (2011-05-25)
parents 27a807eb3ffe
children 16e488e884db
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 }