updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / autobench / PKGBUILD
blobce1142c0242288eff557cb693a1f44842bc49b87
1 # Contributor: Peter Baldwin <bald_pete@hotmail.com>
2 # Maintainer: Stalwart <stlwrt@gmail.com>
3 # Maintainer: Nathan Owe <ndowens04 at gmail dot com>
4 # Maintainer: John Gerritse <reaphsharc@gmail.com>
5 pkgname=autobench
6 pkgver=2.1.2
7 pkgrel=2
8 pkgdesc="A simple Perl script for automating the process of benchmarking a web server."
9 url="http://www.xenoclast.org/autobench/"
10 depends=('glibc' 'httperf' 'perl')
11 license=(GPL)
12 arch=('i686' 'x86_64')
13 source=(http://www.xenoclast.org/$pkgname/downloads/$pkgname-$pkgver.tar.gz)
14 md5sums=('dbd00818840ed8d3c3d35734f0353cff')
16 build() {
17   cd $srcdir/$pkgname-$pkgver
18   make || return 1
19   make prefix=/usr BINDIR=$pkgdir/usr/bin ETCDIR=$pkgdir/etc/$pkgname MANDIR=$pkgdir/usr/share/man install
21   }