diff options
Diffstat (limited to 'community/net6/PKGBUILD')
-rw-r--r-- | community/net6/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
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 <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.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 -} |