wok-next annotate nagios-plugins-mysql/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents 205d192370e5
children
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
pascal@17482 12 DEPENDS="nagios-plugins mysql-client"
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