From 6c2c57807ae8f3c85a7d5cfbfeeebd00894861a5 Mon Sep 17 00:00:00 2001 From: aurelien Date: Sun, 2 Dec 2012 14:51:43 +0100 Subject: + nagios-plugins nagios-nrpe-plugin --- pcr/nagios-plugins/PKGBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pcr/nagios-plugins/PKGBUILD (limited to 'pcr/nagios-plugins/PKGBUILD') diff --git a/pcr/nagios-plugins/PKGBUILD b/pcr/nagios-plugins/PKGBUILD new file mode 100644 index 000000000..e1379d193 --- /dev/null +++ b/pcr/nagios-plugins/PKGBUILD @@ -0,0 +1,27 @@ +# Contributor: Idares +# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres + +pkgname=nagios-plugins +pkgver=1.4.16 +pkgrel=1 +pkgdesc="Plugins are scripts and programs that perform host and service checks." +license=('GPL') +arch=('i686' 'x86_64') +url="http://www.nagiosplugins.org" +source=("http://downloads.sourceforge.net/nagiosplug/$pkgname-$pkgver.tar.gz" + "stdio.patch") +makedepends=('net-snmp') +optdepends=('net-snmp: for SNMP checking.') + +build() { + cd $srcdir/$pkgname-$pkgver + patch -p1 -i "$srcdir/stdio.patch" + ./configure --prefix=/usr/share/nagios + make + make prefix=$startdir/pkg/usr/share/nagios install + make prefix=$startdir/pkg/usr/share/nagios install-root +} + +sha1sums=('52db48b15572b98c6fcd8aaec2ef4d2aad7640d3' + '6a40a8bc8c907f5cf722e4440900d872767d465c') + -- cgit v1.2.3