[arch-commits] Commit in siege/repos/community-x86_64 (PKGBUILD PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sat Feb 22 12:52:51 UTC 2020


    Date: Saturday, February 22, 2020 @ 12:52:49
  Author: bluewind
Revision: 578489

archrelease: copy trunk to community-x86_64

Added:
  siege/repos/community-x86_64/PKGBUILD
    (from rev 578488, siege/trunk/PKGBUILD)
Deleted:
  siege/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 12:52:45 UTC (rev 578488)
+++ PKGBUILD	2020-02-22 12:52:49 UTC (rev 578489)
@@ -1,30 +0,0 @@
-# Maintainer: Florian Pritz <flo at xinu.at>
-# Contributor: Sven Kauber <celeon at 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')

Copied: siege/repos/community-x86_64/PKGBUILD (from rev 578488, siege/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-22 12:52:49 UTC (rev 578489)
@@ -0,0 +1,31 @@
+# Maintainer: Florian Pritz <flo at xinu.at>
+# Contributor: Sven Kauber <celeon at gmail.com>
+
+pkgname=siege
+pkgver=4.0.5
+pkgrel=2
+arch=('x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="https://www.joedog.org/siege-home/"
+depends=('openssl')
+optdepends=('perl: siege2csv.pl')
+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')



More information about the arch-commits mailing list