wok-6.x annotate nagios-plugins-mysql/receipt @ rev 15638
aufs: run xz in compile_rules (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Dec 09 20:27:20 2013 +0000 (2013-12-09) |
parents | 2b9f96603415 |
children | 9689f1b75619 |
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 |
erjo@9958 | 12 DEPENDS="nagios-plugins mysqlclient" |
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 |