summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 23717672764b49321b6b23d72b4ebbdafc43bfcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer : chrisl echo archlinux@c2h0r1i2s4t5o6p7h8e9r-l3u4n1a.com|sed 's/[0-9]//g'
# Contributor: Leen Jewel <leenjewel@gmail.com>

pkgname=webbench
pkgver=1.5
pkgrel=4
pkgdesc="A very simple tool for benchmarking WWW or proxy servers. Uses fork() for simulating multiple clients"
arch=(i686 x86_64)
url="http://home.tiscali.cz/~cz210552/webbench.html"
license=('GPL')
makedepends=('ctags')
source=(http://ibiblio.org/pub/Linux/apps/www/servers/$pkgname-$pkgver.tar.gz)
md5sums=('8d02ef80b6478f33ef9bd8849c867cf3')

build() {
  cd $startdir/src/$pkgname-$pkgver
  make || return 1
  install -Dm755 webbench $pkgdir/usr/bin/webbench
}