libtorrent-rasterbar (0.16.16)

This commit is contained in:
utg 2014-04-13 13:57:42 +00:00
parent cc06c029b1
commit 8a709a446d

View File

@ -1,20 +1,25 @@
# Maintainer: Neophytos Kolokotronis <tetris4@gmail.com>
# Maintainer: UtG <utg[dot]chakra.linux[at]gmail[dot]com>
pkgname=libtorrent-rasterbar
pkgver=0.16.15
pkgver=0.16.16
pkgrel=1
pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around"
url="http://www.rasterbar.com/products/libtorrent/"
arch=('x86_64')
license=('custom')
depends=('boost-libs' 'python2')
license=('BSD')
depends=('boost-libs' 'python2' 'geoip')
makedepends=('boost')
options=('!emptydirs')
source=(http://downloads.sourceforge.net/sourceforge/libtorrent/$pkgname-$pkgver.tar.gz)
sha1sums=('8657a493fb2ee4e6bf55e484deb922d23b65818d')
sha1sums=('de8faed5cbc09baddb2748cb7b75edd07ab0addc')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --enable-python-binding
#./configure --prefix=/usr --enable-python-binding
#make
PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
--enable-python-binding \
--with-libgeoip=system
make
}