updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / mk-livestatus / PKGBUILD
blob136bbb166ab917b62ab034dd44e70cda674f9378
1 # Maintainer: Julien "Adyxax" Dessaux <judessaux@gmail.com>
2 pkgname='mk-livestatus'
3 pkgver='1.1.8'
4 pkgrel='1'
5 pkgdesc='MK Livestatus is a Nagios event broker module that allows quick, direct and comfortable access to your status data.'
6 arch=('i686' 'x86_64')
7 url='http://mathias-kettner.de/download/mk-livestatus-1.1.8.tar.gz'
8 license=('GPL')
9 groups=()
10 depends=('gcc-libs')
11 makedepends=()
12 optdepends=()
13 provides=('mk-livestatus')
14 conflicts=()
15 replaces=()
16 backup=()
17 options=()
18 install=('mk-livestatus.install')
19 changelog=
20 source=("http://mathias-kettner.de/download/$pkgname-$pkgver.tar.gz" 'mk-livestatus.install')
21 noextract=()
22 md5sums=('405dbe36fb83afbc39716cca8f99ade6'
23          '7480d1a3ace03bc442e622a525d66e40')
25 build() {
26   cd "$srcdir/$pkgname-$pkgver"
27   ./configure --prefix=/usr
30 package() {
31   cd "$srcdir/$pkgname-$pkgver"
32   make prefix=$pkgdir/usr install
35 # vim:set ts=2 sw=2 et: