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/libtorrent/PKGBUILD | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 community/libtorrent/PKGBUILD (limited to 'community/libtorrent') diff --git a/community/libtorrent/PKGBUILD b/community/libtorrent/PKGBUILD deleted file mode 100644 index 01884fc7b..000000000 --- a/community/libtorrent/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 90569 2013-05-13 09:41:28Z bisson $ -# Maintainer: Gaetan Bisson -# Contributor: Daenyth -# Contributor: Jeff Mickey -# Contributor: sh__ - -pkgname=libtorrent -pkgver=0.13.3 -pkgrel=2 -pkgdesc='BitTorrent library with a focus on high performance and good code' -url='http://libtorrent.rakshasa.no/' -arch=('i686' 'x86_64') -license=('GPL') -depends=('openssl') -source=("http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz") -sha1sums=('e65a20b9e6d5c04b4e0849543d58befb60d948b7') - -options=('!libtool') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - - export CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing" - ./configure \ - --prefix=/usr \ - --disable-debug \ - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} -- cgit v1.2.3-54-g00ecf