summaryrefslogtreecommitdiff
path: root/community/net6/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-05-06 00:09:00 -0700
committerroot <root@rshg054.dnsready.net>2013-05-06 00:09:00 -0700
commitffb692bf2696e7ebedd19bcd55ba253e21cb732d (patch)
tree5067e9e779f0ce9ecf22c68f59ce8c5c3acb0bc4 /community/net6/PKGBUILD
parent7a600dcabb6923ee79d36a4eaab2fc6867bdb807 (diff)
Mon May 6 00:08:59 PDT 2013
Diffstat (limited to 'community/net6/PKGBUILD')
-rw-r--r--community/net6/PKGBUILD17
1 files changed, 9 insertions, 8 deletions
diff --git a/community/net6/PKGBUILD b/community/net6/PKGBUILD
index e748926d9..f02498291 100644
--- a/community/net6/PKGBUILD
+++ b/community/net6/PKGBUILD
@@ -1,27 +1,28 @@
-# $Id: PKGBUILD 66249 2012-02-23 05:21:03Z spupykin $
+# $Id: PKGBUILD 89936 2013-05-05 21:30:50Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve>
# Contributor: William Rea <sillywilly@gmail.com>
# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
pkgname=net6
-pkgver=1.3.12
-pkgrel=3
+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
- build-fix.patch)
-md5sums=('506776416d8aea2b9ea13a81f9145383'
- 'a200e6f132839782e3e5cfdf438e79d3')
+source=(http://releases.0x539.de/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('be6db739f71c5c08421bf6181e77f3b2')
build() {
cd ${srcdir}/$pkgname-$pkgver
- patch -p1 <$srcdir/build-fix.patch
./configure --prefix=/usr
make
+}
+
+package() {
+ cd ${srcdir}/$pkgname-$pkgver
make DESTDIR=${pkgdir} install
}