Date: Saturday, February 22, 2020 @ 12:04:35 Author: bluewind Revision: 578419
archrelease: copy trunk to community-x86_64 Added: siege/repos/community-x86_64/PKGBUILD (from rev 578418, siege/trunk/PKGBUILD) Deleted: siege/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 61 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 30 insertions(+), 31 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-02-22 12:04:32 UTC (rev 578418) +++ PKGBUILD 2020-02-22 12:04:35 UTC (rev 578419) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Florian Pritz <f...@xinu.at> -# Contributor: Sven Kauber <cel...@gmail.com> - -pkgname=siege -pkgver=4.0.4 -pkgrel=1 -arch=('i686' 'x86_64') -license=('GPL') -pkgdesc="An http regression testing and benchmarking utility" -url="https://www.joedog.org/siege-home/" -depends=('openssl') -source=("http://download.joedog.org/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=('aed6db62c4bf199f86218bd7b2fda14f') Copied: siege/repos/community-x86_64/PKGBUILD (from rev 578418, siege/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-02-22 12:04:35 UTC (rev 578419) @@ -0,0 +1,30 @@ +# Maintainer: Florian Pritz <f...@xinu.at> +# Contributor: Sven Kauber <cel...@gmail.com> + +pkgname=siege +pkgver=4.0.5 +pkgrel=1 +arch=('x86_64') +license=('GPL') +pkgdesc="An http regression testing and benchmarking utility" +url="https://www.joedog.org/siege-home/" +depends=('openssl') +source=("http://download.joedog.org/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=('b84ff983534e92d887165eadc70e5dae')