# $Id: PKGBUILD 59157 2011-11-21 12:41:35Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Angel 'angvp' Velasquez # Contributor: William Rea # Contributor: Jaroslav Lichtblau pkgname=net6 pkgver=1.3.12 pkgrel=2 pkgdesc="A library that provides a TCP protocol abstraction for C++" arch=('i686' 'x86_64' 'mips64el') url="http://gobby.0x539.de/" license=('LGPL') depends=('gnutls' 'libsigc++2.0') options=('!libtool') source=(http://releases.0x539.de/$pkgname/$pkgname-$pkgver.tar.gz build-fix.patch) md5sums=('506776416d8aea2b9ea13a81f9145383' 'a200e6f132839782e3e5cfdf438e79d3') build() { cd ${srcdir}/$pkgname-$pkgver patch -p1 <$srcdir/build-fix.patch ./configure --prefix=/usr make make DESTDIR=${pkgdir} install }