diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/httperf/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/httperf/PKGBUILD')
-rw-r--r-- | community/httperf/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/httperf/PKGBUILD b/community/httperf/PKGBUILD deleted file mode 100644 index c9b072988..000000000 --- a/community/httperf/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 59593 2011-11-28 19:31:35Z seblu $ -# Maintainer: Sebastien Luttringer <seblu+arch@seblu.net> -# Contributor: Essien Ita Essien <me@essienitaessien.com> -# Contributor: Peter Baldwin <bald_pete@hotmail.com> - -pkgname=httperf -pkgver=0.9.0 -pkgrel=5 -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") -md5sums=('2968c36b9ecf3d98fc1f2c1c9c0d9341') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 ft=sh et: |