diff options
Diffstat (limited to 'community/siege/PKGBUILD')
-rw-r--r-- | community/siege/PKGBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/community/siege/PKGBUILD b/community/siege/PKGBUILD deleted file mode 100644 index 77369aeeb..000000000 --- a/community/siege/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 91394 2013-05-21 16:28:38Z bluewind $ -# Maintainer: Florian Pritz <flo@xinu.at> -# Contributor: Sven Kauber <celeon@gmail.com> - -pkgname=siege -pkgver=3.0.1 -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=('3401d9c8a02f227b63a0d10e2718ab37') |