updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / hyenae / PKGBUILD
blob7335c44a006f90aa8cbda56f5d56faa2496548cc
1 #Maintainer: Nathan O <ndowens.aur at gmail dot com>
2 pkgname=hyenae
3 pkgver=0.36
4 pkgrel=1
5 pkgdesc="A highly flexible platform independent network packet generator. It allows you to reproduce several MITM, DoS and DDoS attack scenarios"
6 arch=('i686' 'x86_64')
7 url="http://sourceforge.net/projects/hyenae/"
8 license=('GPL3')
9 depends=('libpcap' 'libdnet')
10 source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}-1/${pkgname}-${pkgver}-1.tar.gz)
11 md5sums=('dde7446ad98a9ab80933fe0746197ee1')
12 build(){
13 cd ${srcdir}/${pkgname}-${pkgver}-1
15 ./configure --prefix=/usr
16 make 
17 make DESTDIR=${pkgdir} install