diff --git a/srcpkgs/libtorrent-rasterbar/template b/srcpkgs/libtorrent-rasterbar/template index 281103af76f..c7e9029897e 100644 --- a/srcpkgs/libtorrent-rasterbar/template +++ b/srcpkgs/libtorrent-rasterbar/template @@ -1,6 +1,6 @@ # Template file for 'libtorrent-rasterbar' pkgname=libtorrent-rasterbar -version=1.1.8 +version=1.1.9 revision=1 build_style=gnu-configure configure_args="--enable-python-binding --with-boost=${XBPS_CROSS_BASE}/usr" @@ -8,10 +8,10 @@ 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 " -homepage="https://libtorrent.org/" license="BSD-3-Clause" +homepage="https://libtorrent.org/" distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent-${version//./_}/libtorrent-rasterbar-${version}.tar.gz" -checksum=6bbf8fd0430e27037b09a870c89cfc330ea41816102fe1d1d16cc7428df08d5d +checksum=d57a0f5b159f58003c3031943463503f0d05ae3e428dd7c2383d1e35fb2c4e8c pre_configure() { export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/usr/include/python2.7" @@ -19,6 +19,7 @@ pre_configure() { export PYTHON_LDFLAGS="-L${XBPS_CROSS_BASE}/usr/lib -lpython2.7" autoreconf -fi } + post_install() { vlicense LICENSE } @@ -30,13 +31,14 @@ libtorrent-rasterbar-python_package() { vmove usr/lib/python2* } } + libtorrent-rasterbar-devel_package() { depends="${sourcepkg}>=${version}_${revision} libressl-devel boost-devel geoip-devel" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig - vmove usr/lib/*.so - vmove usr/lib/*.a + vmove "usr/lib/*.so" + vmove "usr/lib/*.a" } }