wok diff nagios-plugins-mysql/receipt @ rev 23189

updated mousepad (0.4.1 -> 0.4.2)
author Hans-G?nter Theisgen
date Fri Mar 20 09:06:50 2020 +0100 (2020-03-20)
parents a78610b2eb47
children 39e11db3ea78
line diff
     1.1 --- a/nagios-plugins-mysql/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/nagios-plugins-mysql/receipt	Fri Mar 20 09:06:50 2020 +0100
     1.3 @@ -1,20 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="nagios-plugins-mysql"
     1.7 -VERSION="1.4.16"
     1.8 +VERSION="2.2.1"
     1.9  CATEGORY="meta"
    1.10  SHORT_DESC="Dependencies for Nagios MySQL plugin."
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12  LICENSE="GPL3"
    1.13 -WEB_SITE="https://www.nagios.org/"
    1.14 +WEB_SITE="https://www.nagios-plugins.org/"
    1.15 +
    1.16 +DEPENDS="mysql-client nagios-plugins"
    1.17  WANTED="nagios-plugins"
    1.18  
    1.19 -DEPENDS="nagios-plugins mysql-client"
    1.20 -
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib/nagios/plugins
    1.25 -	cp -pa $install/usr/lib/nagios/plugins/*mysql* $fs/usr/lib/nagios/plugins
    1.26 +	cp -pa $install/usr/lib/nagios/plugins/*mysql* \
    1.27 +		$fs/usr/lib/nagios/plugins
    1.28  }
    1.29 -