aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Grimes2012-06-18 13:54:32 -0400
committerMark Grimes2012-06-18 13:54:32 -0400
commita0aac3bdb86fefd90a40783f058b9b6e6d468fbd (patch)
tree6fb4b38fa932a13c1ac5bdd5a7ee0491d9d9d3f9
downloadaur-a0aac3bdb86fefd90a40783f058b9b6e6d468fbd.tar.gz
Initial commit
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD19
-rw-r--r--README1
3 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c2ee28d6dbc6
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = nagios-plugins
+ pkgdesc = Plugins are scripts and programs that perform host and service checks.
+ pkgver = 1.4.11
+ pkgrel = 1
+ url = http://www.nagios.org
+ arch = i686
+ arch = x86_64
+ license = GPL
+ source = http://downloads.sourceforge.net/nagiosplug/nagios-plugins-1.4.11.tar.gz
+ md5sums = 042783a2180a6987e0b403870b3d01f7
+
+pkgname = nagios-plugins
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e2e129a8893b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,19 @@
+# Contributor: Idares <idares@seznam.cz>
+
+pkgname=nagios-plugins
+pkgver=1.4.11
+pkgrel=1
+pkgdesc="Plugins are scripts and programs that perform host and service checks."
+license=('GPL')
+arch=('i686' 'x86_64')
+url="http://www.nagios.org"
+source=("http://downloads.sourceforge.net/nagiosplug/$pkgname-$pkgver.tar.gz")
+md5sums=('042783a2180a6987e0b403870b3d01f7')
+
+build() {
+ cd $startdir/src/$pkgname-$pkgver
+ ./configure --prefix=/usr/share/nagios || return 1
+ make || return 1
+ make prefix=$startdir/pkg/usr/share/nagios install install-root || return 1
+}
+
diff --git a/README b/README
new file mode 100644
index 000000000000..f229a6a98e7c
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+Arch Linux package for the Nagios server-side NRPE plugin