summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 584654b526de4ffaf28d6f5588ffd74c281caa03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pkgname=nagios-images
pkgver=0.8
pkgrel=3
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)
md5sums=('0b41a448c011becb75925685131d201d')

package() {
  mkdir -p "$pkgdir/usr/share/nagios/share/images/logos"
  cp -r "$srcdir"/nagios-images-$pkgver/* "$pkgdir/usr/share/nagios/share/images/logos/"
}