updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / webbench / PKGBUILD
blob697875752b77bcfb80c25816f1493d7a94f3003e
1 # Maintainer : chris_L <chrislcenter dash mamoru at yahoo.com dot mx>
2 # Contributor: Leen Jewel <leenjewel@gmail.com>
4 pkgname=webbench
5 pkgver=1.5
6 pkgrel=4
7 pkgdesc="Web Bench is very simple tool for benchmarking WWW or proxy servers. Uses fork() for simulating multiple clients and can use HTTP/0.9-HTTP/1.1 requests. This benchmark is not very realistic, but it can test if your HTTPD can realy handle that many clients at once (try to run some CGIs) without taking your machine down. Displays pages/min and bytes/sec. Can be used in more aggressive mode with -f switch. "
8 arch=(i686 x86_64)
9 url="http://home.tiscali.cz/~cz210552/webbench.html"
10 license=('GPL')
11 makedepends=('ctags')
12 source=(http://ibiblio.org/pub/Linux/apps/www/servers/$pkgname-$pkgver.tar.gz)
13 md5sums=('8d02ef80b6478f33ef9bd8849c867cf3')
15 build() {
16   cd $startdir/src/$pkgname-$pkgver
17   make || return 1
18   install -Dm755 webbench $pkgdir/usr/bin/webbench