libtorrent-rasterbar: update to 1.1.13.

Closes: #11651 [via git-merge-pr]
Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Daniel Eyßer 2019-05-06 18:33:33 +02:00 committed by Jürgen Buchmüller
parent 98c5c5354b
commit f77957fa3e
No known key found for this signature in database
GPG Key ID: DE55AD8DBEBB4EE8
2 changed files with 12 additions and 4 deletions

View File

@ -0,0 +1 @@
libtorrent-rasterbar

View File

@ -1,17 +1,17 @@
# Template file for 'libtorrent-rasterbar'
pkgname=libtorrent-rasterbar
version=1.1.12
version=1.1.13
revision=1
build_style=gnu-configure
configure_args="--enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr"
configure_args="--enable-examples --enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr"
hostmakedepends="automake pkg-config intltool libtool python-devel"
makedepends="libressl-devel boost-devel geoip-devel python-devel"
short_desc="C++ bittorrent library by Rasterbar Software"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="BSD-3-Clause"
homepage="https://libtorrent.org/"
distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent_${version//./_}/libtorrent-rasterbar-${version}.tar.gz"
checksum=a5937134edf3ca8c109403a47f5a5fc93f7b8dca4e97f1a629a8c84288bee7a7
distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/libtorrent-rasterbar-${version}.tar.gz"
checksum=30040719858e3c06634764e0c1778738eb42ecd0b45e814afa746329a948ead7
pre_configure() {
export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python2.7"
@ -42,3 +42,10 @@ libtorrent-rasterbar-devel_package() {
vmove "usr/lib/*.a"
}
}
libtorrent-rasterbar-examples_package() {
short_desc+=" - example binaries"
pkg_install() {
vmove usr/bin
}
}