parent
b057365c71
commit
2fe49756bf
1 changed files with 13 additions and 6 deletions
|
@ -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
|
||||
:
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue