libtorrent-rasterbar: update to 1.1.7

This commit is contained in:
Alessio Sergi 2018-06-02 17:30:45 +02:00
parent 019b7d9155
commit f55ebb7b4f

View file

@ -1,17 +1,17 @@
# Template file for 'libtorrent-rasterbar'
pkgname=libtorrent-rasterbar
version=1.1.6
revision=3
version=1.1.7
revision=1
build_style=gnu-configure
configure_args="--enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr"
hostmakedepends="automake pkg-config intltool libtool python-devel"
makedepends="libressl-devel boost-devel boost-python geoip-devel python-devel"
short_desc="C++ bittorrent library by Rasterbar Software"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
homepage="http://www.rasterbar.com/products/libtorrent/"
license="3-clause-BSD"
homepage="https://libtorrent.org/"
license="BSD-3-Clause"
distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/libtorrent-rasterbar-${version}.tar.gz"
checksum=b7c74d004bd121bd6e9f8975ee1fec3c95c74044c6a6250f6b07f259f55121ef
checksum=8133bf683308decc24da22aff17437e36c522d8959bcf934e94cf7a3a567f3a9
pre_configure() {
export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python2.7"
@ -24,10 +24,10 @@ post_install() {
}
libtorrent-rasterbar-python_package() {
replaces="${sourcepkg}<1.0.9_2"
short_desc+=" - Python bindings"
lib32disabled=yes
short_desc+=" - Python2 bindings"
pkg_install() {
vmove usr/lib/python*
vmove usr/lib/python2*
}
}
libtorrent-rasterbar-devel_package() {