1 # Maintainer: Julien "Adyxax" Dessaux <judessaux@gmail.com>
2 pkgname='mk-livestatus'
5 pkgdesc='MK Livestatus is a Nagios event broker module that allows quick, direct and comfortable access to your status data.'
7 url='http://mathias-kettner.de/download/mk-livestatus-1.1.8.tar.gz'
13 provides=('mk-livestatus')
18 install=('mk-livestatus.install')
20 source=("http://mathias-kettner.de/download/$pkgname-$pkgver.tar.gz" 'mk-livestatus.install')
22 md5sums=('405dbe36fb83afbc39716cca8f99ade6'
23 '7480d1a3ace03bc442e622a525d66e40')
26 cd "$srcdir/$pkgname-$pkgver"
27 ./configure --prefix=/usr
31 cd "$srcdir/$pkgname-$pkgver"
32 make prefix=$pkgdir/usr install
35 # vim:set ts=2 sw=2 et: