mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 11:03:06 +02:00
libtorrent-rasterbar: for boost-1.88
This commit is contained in:
parent
d4d319b6a8
commit
6dbeec0d47
1 changed files with 3 additions and 3 deletions
|
@ -2,12 +2,12 @@
|
||||||
# Breaks ABI/API without changing soname, revbump all dependants
|
# Breaks ABI/API without changing soname, revbump all dependants
|
||||||
pkgname=libtorrent-rasterbar
|
pkgname=libtorrent-rasterbar
|
||||||
version=2.0.10
|
version=2.0.10
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-Dbuild_examples=ON -Dbuild_tools=ON
|
configure_args="-Dbuild_examples=ON -Dbuild_tools=ON
|
||||||
-Dpython-bindings=ON -Dbuild_tests=ON"
|
-Dpython-bindings=ON -Dbuild_tests=ON"
|
||||||
hostmakedepends="pkg-config gettext python3-devel python3-setuptools"
|
hostmakedepends="pkg-config gettext python3-devel python3-setuptools"
|
||||||
makedepends="openssl-devel boost-devel boost-python3 geoip-devel python3-devel"
|
makedepends="openssl-devel boost-devel-minimal boost-python3 geoip-devel python3-devel"
|
||||||
short_desc="C++ bittorrent library by Rasterbar Software"
|
short_desc="C++ bittorrent library by Rasterbar Software"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
@ -47,7 +47,7 @@ libtorrent-rasterbar-python3_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libtorrent-rasterbar-devel_package() {
|
libtorrent-rasterbar-devel_package() {
|
||||||
depends="${sourcepkg}>=${version}_${revision} openssl-devel boost-devel geoip-devel"
|
depends="${sourcepkg}>=${version}_${revision} openssl-devel boost-devel-minimal geoip-devel"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Add table
Reference in a new issue