[arch-commits] Commit in siege/repos/community-x86_64 (PKGBUILD PKGBUILD)
Florian Pritz
bluewind at archlinux.org
Sun May 9 08:43:01 UTC 2021
Date: Sunday, May 9, 2021 @ 08:43:01
Author: bluewind
Revision: 928977
archrelease: copy trunk to community-x86_64
Added:
siege/repos/community-x86_64/PKGBUILD
(from rev 928976, siege/trunk/PKGBUILD)
Deleted:
siege/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-09 08:42:58 UTC (rev 928976)
+++ PKGBUILD 2021-05-09 08:43:01 UTC (rev 928977)
@@ -1,31 +0,0 @@
-# Maintainer: Florian Pritz <flo at xinu.at>
-# Contributor: Sven Kauber <celeon at gmail.com>
-
-pkgname=siege
-pkgver=4.0.8
-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=('c36f896bd101773c0e720148a5533f45')
Copied: siege/repos/community-x86_64/PKGBUILD (from rev 928976, siege/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-09 08:43:01 UTC (rev 928977)
@@ -0,0 +1,31 @@
+# Maintainer: Florian Pritz <flo at xinu.at>
+# Contributor: Sven Kauber <celeon at gmail.com>
+
+pkgname=siege
+pkgver=4.0.9
+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=('4e844dc54b66cfe0df4e1426a9ef4b50')
More information about the arch-commits
mailing list