[arch-commits] Commit in siege/repos (4 files)
Felix Yan
fyan at archlinux.org
Wed Mar 2 18:13:42 UTC 2016
Date: Wednesday, March 2, 2016 @ 19:13:42
Author: fyan
Revision: 164173
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
siege/repos/community-staging-i686/
siege/repos/community-staging-i686/PKGBUILD
(from rev 164172, siege/trunk/PKGBUILD)
siege/repos/community-staging-x86_64/
siege/repos/community-staging-x86_64/PKGBUILD
(from rev 164172, siege/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 31 +++++++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 31 +++++++++++++++++++++++++++++++
2 files changed, 62 insertions(+)
Copied: siege/repos/community-staging-i686/PKGBUILD (from rev 164172, siege/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-02 18:13:42 UTC (rev 164173)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz <flo at xinu.at>
+# Contributor: Sven Kauber <celeon at gmail.com>
+
+pkgname=siege
+pkgver=3.1.4
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="http://www.joedog.org/JoeDog/Siege"
+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=('a893b92a453e1c1d596314aa951981f4')
Copied: siege/repos/community-staging-x86_64/PKGBUILD (from rev 164172, siege/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2016-03-02 18:13:42 UTC (rev 164173)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Florian Pritz <flo at xinu.at>
+# Contributor: Sven Kauber <celeon at gmail.com>
+
+pkgname=siege
+pkgver=3.1.4
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+pkgdesc="An http regression testing and benchmarking utility"
+url="http://www.joedog.org/JoeDog/Siege"
+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=('a893b92a453e1c1d596314aa951981f4')
More information about the arch-commits
mailing list