From b2c353d874b85e06f355a9419852e2616613c7d0 Mon Sep 17 00:00:00 2001 From: Parabola Date: Fri, 4 May 2012 20:00:41 +0000 Subject: Fri May 4 20:00:31 UTC 2012 --- community-testing/pion-net/PKGBUILD | 42 ------------------------------------- 1 file changed, 42 deletions(-) delete mode 100644 community-testing/pion-net/PKGBUILD (limited to 'community-testing/pion-net') diff --git a/community-testing/pion-net/PKGBUILD b/community-testing/pion-net/PKGBUILD deleted file mode 100644 index 970c36de2..000000000 --- a/community-testing/pion-net/PKGBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# $Id: PKGBUILD 69110 2012-04-09 13:50:21Z tdziedzic $ -# Maintainer: Lukas Jirkovsky -# Contributor: David Watzke - -pkgname=pion-net -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") -md5sums=('e5cf42a02681c5d73e7be6784d99fece') - -build() { - cd "$srcdir/$pkgname-$pkgver" - - # override configure bug (forces debug even when nobody asked for it) - sed -i "s/ -ggdb//g" configure - - ./configure --prefix=/usr --disable-doxygen-doc - - # override Makefile bug - sed -i "/docs:/ s/doxygen-doc//" Makefile - - make -} - -check() { - cd "$srcdir/$pkgname-$pkgver" - make -k check -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - - # install license - install -D -m0755 COPYING "$pkgdir/usr/share/licenses/$pkgname/Boost" -} -- cgit v1.2.3-54-g00ecf