@alspacka: pkgrel=3?
Search Criteria
Package Details: hyenae 0.36-2
Git Clone URL: | https://aur.archlinux.org/hyenae.git (read-only) |
---|---|
Package Base: | hyenae |
Description: | A highly flexible platform independent network packet generator. It allows you to reproduce several MITM, DoS and DDoS attack scenarios |
Upstream URL: | http://sourceforge.net/projects/hyenae/ |
Licenses: | |
Submitter: | None |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 10 |
Popularity: | 0.022248 |
First Submitted: | 2009-10-04 23:13 |
Last Updated: | 2015-07-23 18:57 |
Dependencies (2)
Required by (0)
Sources (1)
Latest Comments
Anonymous comment on 2010-12-08 17:17
Anonymous comment on 2010-12-07 07:08
Anonymous comment on 2010-12-06 23:20
#Contributor: alspacka
#Maintainer: ndowens
pkgname=hyenae
pkgver=0.36
pkgrel=3
pkgdesc="A highly flexible platform independent network packet generator. It allows you to reproduce several MITM, DoS and DDoS attack scenarios"
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/hyenae/"
license=('GPL3')
depends=('libpcap' 'libdnet')
source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgver}-1/${pkgname}-${pkgver}-1.tar.gz)
md5sums=('dde7446ad98a9ab80933fe0746197ee1')
build(){
cd ${srcdir}/${pkgname}-${pkgver}-1
./configure --prefix=/usr
make
make DESTDIR=${pkgdir} install
}
robertfoster commented on 2010-12-06 14:24
0.36 is out
doh, didn't notice that one. Guess I have to increment it for every update? Or isn't that what it's for?