summaryrefslogtreecommitdiff
path: root/community-staging/pion-net
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-04-03 00:01:35 +0000
committerroot <root@rshg054.dnsready.net>2012-04-03 00:01:35 +0000
commitc7cb603f86b4d4fb6567e3faa15b916a306f7004 (patch)
treebfdbca0002d6aeecc13f29a1c14d3991e6e93d4c /community-staging/pion-net
parent321f44e3a5da426309c4b6664af035c97f907565 (diff)
Tue Apr 3 00:01:35 UTC 2012
Diffstat (limited to 'community-staging/pion-net')
-rw-r--r--community-staging/pion-net/PKGBUILD21
1 files changed, 7 insertions, 14 deletions
diff --git a/community-staging/pion-net/PKGBUILD b/community-staging/pion-net/PKGBUILD
index 5a8c5e611..15a4475ac 100644
--- a/community-staging/pion-net/PKGBUILD
+++ b/community-staging/pion-net/PKGBUILD
@@ -1,33 +1,26 @@
-# $Id: PKGBUILD 66798 2012-02-28 18:49:15Z stativ $
+# $Id: PKGBUILD 68756 2012-04-01 13:33:35Z stativ $
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
# Contributor: David Watzke <david@watzke.cz>
pkgname=pion-net
-pkgver=4.0.7
-pkgrel=3
+pkgver=4.0.11
+pkgrel=1
pkgdesc="A C++ development library for implementing lightweight HTTP interfaces"
url="http://www.pion.org/projects/pion-network-library"
arch=('i686' 'x86_64')
license=('custom:Boost')
depends=('boost-libs' 'openssl' 'log4cpp')
makedepends=('boost')
-source=("http://www.pion.org/files/$pkgname-$pkgver.tar.bz2"
- "$pkgname-4.0.5-build.patch")
-md5sums=('761c8af8dc54102b637f8d91d162f987'
- 'd75ea2af90163a81d2bc71fda00f0c00')
+source=("http://www.pion.org/files/$pkgname-$pkgver.tar.bz2")
+md5sums=('e5cf42a02681c5d73e7be6784d99fece')
build() {
cd "$srcdir/$pkgname-$pkgver"
- patch -p1 -i "$srcdir/$pkgname-4.0.5-build.patch"
-
# override configure bug (forces debug even when nobody asked for it)
- sed -i "s/ -ggdb//g;s/ -DNDEBUG//g" configure
-
- ./configure --prefix=/usr --disable-doxygen-doc --with-log4cpp
+ sed -i "s/ -ggdb//g" configure
- find -name Makefile -print0 | xargs -0 \
- sed -i -r '/^C(XX)?FLAGS/ s/$/ -DBOOST_FILESYSTEM_VERSION=2/' Makefile
+ ./configure --prefix=/usr --disable-doxygen-doc
# override Makefile bug
sed -i "/docs:/ s/doxygen-doc//" Makefile