From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/net6/PKGBUILD | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 community/net6/PKGBUILD (limited to 'community/net6/PKGBUILD') diff --git a/community/net6/PKGBUILD b/community/net6/PKGBUILD deleted file mode 100644 index f02498291..000000000 --- a/community/net6/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $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