1 # Contributor: Nathan Owe <ndowens04 at gmail>
5 pkgdesc="analyze and detect suspicious traffic from IP and alert about it. "
7 url="http://darkzone.ma.cx/resources/unix/dosdetector"
9 depends=('ncurses' 'libpcap')
10 source=(http://darkzone.ma.cx/resources/unix/dosdetector/download.php?file=$pkgname-$pkgver.tar.gz)
11 md5sums=('ac37a3242ad6fee1a0576bcf2845bcfe')
14 cd $srcdir/$pkgname-$pkgver
16 ./configure --prefix=/usr
18 make bindir=$pkgdir/usr/bin mandir=$pkgdir/usr/share/man install
19 install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
22 # vim:set ts=2 sw=2 et: