summaryrefslogtreecommitdiff
path: root/community/libtorrent/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/libtorrent/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libtorrent/PKGBUILD')
-rw-r--r--community/libtorrent/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
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 <bisson@archlinux.org>
-# Contributor: Daenyth <Daenyth+Arch [at] gmail [dot] com>
-# Contributor: Jeff Mickey <jeff@archlinux.org>
-# 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
-}