diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/libtorrent/PKGBUILD | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/libtorrent/PKGBUILD')
-rw-r--r-- | community/libtorrent/PKGBUILD | 34 |
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 -} |