mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
libtorrent-rasterbar (0.16.16)
This commit is contained in:
parent
cc06c029b1
commit
8a709a446d
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user