monitoring-plugins: update to 2.2.

Closes: #12813 [via git-merge-pr]
This commit is contained in:
maxice8 2018-03-22 22:52:48 -03:00 committed by Michael Aldridge
parent b057365c71
commit 2fe49756bf

View file

@ -1,19 +1,26 @@
# Template file for 'monitoring-plugins'
pkgname=monitoring-plugins
version=2.1.2
revision=4
version=2.2
revision=1
build_style=gnu-configure
configure_args="--libexecdir=/usr/lib/monitoring-plugins"
hostmakedepends="fping procps-ng openssh smbclient postfix"
makedepends="libressl-devel libldap-devel postgresql-libs-devel libmysqlclient libmysqlclient-devel zlib-devel"
hostmakedepends="fping openssh postfix procps-ng smbclient"
makedepends="libldap-devel libmysqlclient-devel postgresql-libs-devel
zlib-devel"
depends="iputils procps-ng"
#checkdepends="perl"
short_desc="Monitoring plugins for Nagios and compatible monitoring solutions"
maintainer="Corné Oppelaar <hello@eaterofco.de>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="https://www.monitoring-plugins.org/"
distfiles="${homepage}/download/${pkgname}-${version}.tar.gz"
checksum=76c6b58f0867ab7b6c8c86c7e94fcce7183618f6daab63488990d0355f5600aa
checksum=296a538f00a9cbef7f528ff2d43af357a44b384dc98a32389a675b62a6dd3665
do_configure() {
./configure ${configure_args} --with-ping-command='/usr/bin/iputils-ping -n -U -w %d -c %d %s' --with-ping6-command='/usr/bin/iputils-ping6 -n -U -w %d -c %d %s'
}
do_check() {
# Require interactivity
:
}