wok-6.x annotate nagios-plugins-mysql/receipt @ rev 21586
updated nspr and nspr-dev (4.10.8 -> 4.21)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 20 13:58:55 2019 +0100 (2019-05-20) |
parents | a78610b2eb47 |
children | 39e11db3ea78 |
rev | line source |
---|---|
erjo@8333 | 1 # SliTaz package receipt. |
erjo@8333 | 2 |
erjo@8333 | 3 PACKAGE="nagios-plugins-mysql" |
Hans-G?nter@21514 | 4 VERSION="2.2.1" |
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" |
Hans-G?nter@21514 | 9 WEB_SITE="https://www.nagios-plugins.org/" |
Hans-G?nter@21514 | 10 |
Hans-G?nter@21514 | 11 DEPENDS="mysql-client nagios-plugins" |
erjo@8351 | 12 WANTED="nagios-plugins" |
erjo@8333 | 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 |
Hans-G?nter@21514 | 18 cp -pa $install/usr/lib/nagios/plugins/*mysql* \ |
Hans-G?nter@21514 | 19 $fs/usr/lib/nagios/plugins |
erjo@8333 | 20 } |