summaryrefslogtreecommitdiff
path: root/community/httperf/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/httperf/PKGBUILD')
-rw-r--r--community/httperf/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/httperf/PKGBUILD b/community/httperf/PKGBUILD
index c9b072988..7b31ee15f 100644
--- a/community/httperf/PKGBUILD
+++ b/community/httperf/PKGBUILD
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD 59593 2011-11-28 19:31:35Z seblu $
-# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net>
+# $Id: PKGBUILD 114505 2014-07-01 18:41:27Z seblu $
+# Maintainer: Sébastien Luttringer <seblu@archlinux.org>
# Contributor: Essien Ita Essien <me@essienitaessien.com>
# Contributor: Peter Baldwin <bald_pete@hotmail.com>
pkgname=httperf
pkgver=0.9.0
-pkgrel=5
+pkgrel=6
pkgdesc='A tool for measuring web server performance.'
arch=('i686' 'x86_64')
license=('GPL2')
url='http://code.google.com/p/httperf'
depends=('openssl')
-source=("http://httperf.googlecode.com/files/$pkgname-$pkgver.tar.gz")
+source=("http://$pkgname.googlecode.com/files/$pkgname-$pkgver.tar.gz")
md5sums=('2968c36b9ecf3d98fc1f2c1c9c0d9341')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ ./configure --prefix=/usr
make
}
@@ -25,4 +25,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-# vim:set ts=2 sw=2 ft=sh et:
+# vim:set ts=2 sw=2 et: