summaryrefslogtreecommitdiff
path: root/community/pound/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pound/PKGBUILD')
-rw-r--r--community/pound/PKGBUILD16
1 files changed, 6 insertions, 10 deletions
diff --git a/community/pound/PKGBUILD b/community/pound/PKGBUILD
index 363b16dcc..97b236233 100644
--- a/community/pound/PKGBUILD
+++ b/community/pound/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 64351 2012-02-11 23:23:24Z allan $
+# $Id: PKGBUILD 69456 2012-04-16 13:52:48Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Douglas Soares de Andrade <dsa@aur.archlinux.org>
# Contributor: Roberto Alsina <ralsina@kde.org>
pkgname=pound
pkgver=2.6
-pkgrel=1
+pkgrel=2
pkgdesc="A reverse proxy, load balancer, and SSL wrapper"
arch=('i686' 'x86_64')
url="http://www.apsis.ch/pound/index_html"
@@ -15,18 +15,14 @@ backup=(etc/pound/pound.cfg)
source=(http://www.apsis.ch/pound/Pound-$pkgver.tgz
pound.init
pound.runit
- pound.cfg
- pound-2.5-openssl.patch)
+ pound.cfg)
md5sums=('8c913b527332694943c4c67c8f152071'
- '4df8548f106fca08323e8e4071beaa43'
- '716cc0bf334b594751bece24c7d1df2d'
- '8937808acd22c6391ebe4340af8df854'
- 'c2c48dc395ffc045f9d35394992292d0')
+ 'bd3bddb6dc17fdcab824815a4705b055'
+ '4bd5e2a8d8e707eb900ae88929e00d4c'
+ '8937808acd22c6391ebe4340af8df854')
build() {
cd $srcdir/Pound-$pkgver
- # Patch to build against OpenSSL 1.0.0 (Thanks Fedora!)
-# patch -p1 -i $srcdir/pound-2.5-openssl.patch || return 1
./configure --prefix=/usr --sysconfdir=/etc/pound
make
}