summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Kaspar Rudert (mortzu)2015-05-21 15:56:43 +0200
committerMoritz Kaspar Rudert (mortzu)2015-05-21 15:56:43 +0200
commitee759ecc149ba97e18552ddb7aec710c4245dc47 (patch)
treee0b857d9c62ecbd2e7861ba7e4113a7a6bb68185
downloadaur-ee759ecc149ba97e18552ddb7aec710c4245dc47.tar.gz
initial commit
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD20
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3ba15bf2c161
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = nagios-images
+ pkgdesc = Collection of images and icons for the nagios system
+ pkgver = 0.8
+ pkgrel = 2
+ url = http://www.nagios.org/
+ arch = any
+ license = GPL
+ source = http://ftp.de.debian.org/debian/pool/main/n/nagios-images/nagios-images_0.8.tar.gz
+ source = https://mortzu.de/files/aur/nagios-images/nagios-images-mortzu.tar.gz
+ md5sums = 0b41a448c011becb75925685131d201d
+ md5sums = bf0067c7106e82299fdd1fd217ce8670
+
+pkgname = nagios-images
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..d2dc04761a5b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+pkgname=nagios-images
+pkgver=0.8
+pkgrel=2
+pkgdesc="Collection of images and icons for the nagios system"
+arch=('any')
+url="http://www.nagios.org/"
+license=('GPL')
+#depends=('python' 'pygtk' 'gnome-python-extras' 'python-lxml')
+#makedepends=('deb2targz')
+source=(http://ftp.de.debian.org/debian/pool/main/n/nagios-images/nagios-images_$pkgver.tar.gz
+ https://mortzu.de/files/aur/nagios-images/nagios-images-mortzu.tar.gz)
+md5sums=('0b41a448c011becb75925685131d201d'
+ 'bf0067c7106e82299fdd1fd217ce8670')
+
+package() {
+ mkdir -p "$pkgdir/usr/share/nagios/share/images/logos"
+ cp -r "$srcdir"/nagios-images-$pkgver/* "$pkgdir/usr/share/nagios/share/images/logos/"
+ mv "$srcdir/helios" "$pkgdir/usr/share/nagios/share/images/logos/"
+ rm -Rf "$pkgdir/usr/share/nagios/share/images/logos/debian"
+}