updated on Wed Jan 25 20:08:56 UTC 2012
[aur-mirror.git] / argus-server / PKGBUILD
blob12c0746377086bb8993e6cf1a760d46456155f9f
1 # Contributor: linuxSEAT <--put_my_name_here--@gmail.com>
3 pkgname=argus-server
4 pkgver=3.0.4
5 pkgrel=1
6 pkgdesc="Audit record generation and utilization system (server)"
7 arch=('i686' 'x86_64')
8 url="http://www.qosient.com/argus/"
9 license=('GPL')
10 depends=('libpcap' 'bison' 'tcp_wrappers' 'libsasl')
11 optdepends=('argus-clients: argus clients')
12 source=(http://qosient.com/argus/src/argus-$pkgver.tar.gz)
13 md5sums=('9465e91cebefc35f5e4bc935c3fe5ff8') 
15 build() {
16         cd $srcdir/argus-$pkgver
17         ./configure --prefix=/usr --mandir=/usr/share/man || return 1
18         make || return 1
19         make DESTDIR=$pkgdir install || return 1
20     mv $pkgdir/usr/argus $pkgdir/usr/share/
21     mv $pkgdir/usr/bin/argusbug $pkgdir/usr/bin/argusbug-server