[arch-commits] Commit in siege/repos/community-x86_64 (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Fri Jul 17 09:03:28 UTC 2020
Date: Friday, July 17, 2020 @ 09:03:27
Author: bluewind
Revision: 664252
archrelease: copy trunk to community-x86_64
Added:
siege/repos/community-x86_64/PKGBUILD
(from rev 664251, siege/trunk/PKGBUILD)
Deleted:
siege/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-17 09:03:25 UTC (rev 664251)
+++ PKGBUILD 2020-07-17 09:03:27 UTC (rev 664252)
@@ -1,31 +0,0 @@
-# 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')
Copied: siege/repos/community-x86_64/PKGBUILD (from rev 664251, siege/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-17 09:03:27 UTC (rev 664252)
@@ -0,0 +1,31 @@
+# Maintainer: Florian Pritz <flo at xinu.at>
+# Contributor: Sven Kauber <celeon at gmail.com>
+
+pkgname=siege
+pkgver=4.0.7
+pkgrel=1
+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=('579ce8d93240020e7fac3546f2ac3d1f')
More information about the arch-commits
mailing list