summaryrefslogtreecommitdiff
path: root/community/siege
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/siege
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/siege')
-rw-r--r--community/siege/PKGBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/community/siege/PKGBUILD b/community/siege/PKGBUILD
deleted file mode 100644
index 551c6846a..000000000
--- a/community/siege/PKGBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# $Id: PKGBUILD 95093 2013-08-05 14:00:41Z bluewind $
-# Maintainer: Florian Pritz <flo@xinu.at>
-# Contributor: Sven Kauber <celeon@gmail.com>
-
-pkgname=siege
-pkgver=3.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-pkgdesc="An http regression testing and benchmarking utility"
-url="http://www.joedog.org/JoeDog/Siege"
-depends=('openssl')
-options=(!libtool)
-source=("http://www.joedog.org/pub/siege/siege-${pkgver}.tar.gz")
-backup=(etc/siegerc etc/urls.txt)
-
-build() {
- cd "${srcdir}/$pkgname-$pkgver"
- ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
- make
-}
-
-package() {
- cd "${srcdir}/$pkgname-$pkgver"
-
- install -d -m755 "$pkgdir/etc"
- install -d -m755 "$pkgdir/usr/share"
- make DESTDIR="$pkgdir" install
- sed -i 's/^# file =$/file = \/etc\/urls.txt/' "$pkgdir/etc/siegerc"
-}
-
-md5sums=('116bcedf8a6663c1d42ce958e2cdd3ca')