updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / slowhttptest / PKGBUILD
blob75ef55afc7771e71b08c099a77891c8e08cb7688
1 # Contributor: Changaco <changaco ατ changaco δοτ net>
3 pkgname=slowhttptest
4 pkgver=1.3
5 pkgrel=1
6 pkgdesc="An highly configurable tool that simulates some Application Layer Denial of Service attacks"
7 url='http://code.google.com/p/slowhttptest/'
8 arch=('any')
9 license=('Apache')
10 depends=('openssl')
11 source=("http://slowhttptest.googlecode.com/files/slowhttptest-$pkgver.tar.gz")
12 md5sums=('e89663d868a16e68c8f57fe1425d6e61')
14 build() {
15         cd $srcdir/$pkgname-$pkgver
16         ./configure --prefix=/usr
17         make
18         make install DESTDIR=$pkgdir