From 7a65a910b77ad191d69881098c47f9b0c852d92e Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Aug 2013 01:33:19 -0700 Subject: Tue Aug 13 01:31:08 PDT 2013 --- community/net6/PKGBUILD | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 community/net6/PKGBUILD (limited to 'community/net6/PKGBUILD') diff --git a/community/net6/PKGBUILD b/community/net6/PKGBUILD new file mode 100644 index 000000000..f02498291 --- /dev/null +++ b/community/net6/PKGBUILD @@ -0,0 +1,28 @@ +# $Id: PKGBUILD 89936 2013-05-05 21:30:50Z spupykin $ +# Maintainer: Sergej Pupykin +# Contributor: Angel 'angvp' Velasquez +# Contributor: William Rea +# Contributor: Jaroslav Lichtblau + +pkgname=net6 +pkgver=1.3.14 +pkgrel=1 +pkgdesc="A library that provides a TCP protocol abstraction for C++" +arch=('i686' 'x86_64') +url="http://gobby.0x539.de/" +license=('LGPL') +depends=('gnutls' 'libsigc++2.0') +options=('!libtool') +source=(http://releases.0x539.de/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('be6db739f71c5c08421bf6181e77f3b2') + +build() { + cd ${srcdir}/$pkgname-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd ${srcdir}/$pkgname-$pkgver + make DESTDIR=${pkgdir} install +} -- cgit v1.2.3-54-g00ecf