29 lines
1.1 KiB
Bash
29 lines
1.1 KiB
Bash
# Template file for 'nrpe'
|
|
pkgname=nrpe
|
|
version=4.0.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--with-pkgsysconfdir=/etc/nagios
|
|
--with-pluginsdir=/usr/lib/monitoring-plugins --with-nagios-user=_nagios
|
|
--with-nagios-group=_nagios --with-nrpe-user=_nagios --with-nrpe-group=_nagios
|
|
--with-ssl-inc=${XBPS_CROSS_BASE}/usr/include"
|
|
make_build_args="nrpe"
|
|
make_install_args="install-daemon install-config"
|
|
makedepends="libressl-devel"
|
|
depends="monitoring-plugins"
|
|
make_dirs="/etc/nagios 0775 _nagios _nagios"
|
|
conf_files="/etc/nagios/nrpe.cfg"
|
|
short_desc="Nagios Remote Plugin Executor"
|
|
maintainer="Randy McCaskill <randy@mccaskill.us>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://github.com/NagiosEnterprises/nrpe"
|
|
distfiles="https://github.com/NagiosEnterprises/${pkgname}/releases/download/${pkgname}-${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=c5d9d7023eaa49e6fe8cf95c6d101731f07972cf0f8818fa130c171bc9eabd55
|
|
system_accounts="_nagios"
|
|
|
|
post_install() {
|
|
vsv nrpe
|
|
# remove useless files
|
|
rm -f ${DESTDIR}/usr/bin/nrpe-uninstall
|
|
rm -f ${DESTDIR}/usr/libexec/check_nrpe
|
|
}
|