wok annotate nagios-plugins-mysql/receipt @ rev 24045

memtest,plop: tune lzma compression
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu May 06 12:50:46 2021 +0000 (2021-05-06)
parents 51b166969064
children cf5131fd17f5
rev   line source
erjo@8333 1 # SliTaz package receipt.
erjo@8333 2
erjo@8333 3 PACKAGE="nagios-plugins-mysql"
Hans-G?nter@23213 4 VERSION="2.3.3"
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 }