libtorrent-rasterbar: update to 1.2.7.
This commit is contained in:
parent
c9cdaa506c
commit
a5a142d4d6
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libtorrent-rasterbar'
|
||||
pkgname=libtorrent-rasterbar
|
||||
version=1.2.6
|
||||
version=1.2.7
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-examples --enable-python-binding
|
||||
|
@ -12,8 +12,8 @@ short_desc="C++ bittorrent library by Rasterbar Software"
|
|||
maintainer="Orphaned <orphan@voidlinux.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=8f69befe449f7211afc665726d24fde62f019800b060b5c6c9804793929a4407
|
||||
distfiles="https://github.com/arvidn/libtorrent/releases/download/libtorrent_${version//./_}/libtorrent-rasterbar-${version}.tar.gz"
|
||||
checksum=bc00069e65c0825cbe1eee5cdd26f94fcd9a621c4e7f791810b12fab64192f00
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
|
@ -59,6 +59,7 @@ libtorrent-rasterbar-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/share/cmake
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
vmove "usr/lib/*.a"
|
||||
|
|
Loading…
Reference in New Issue