You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
575 B
18 lines
575 B
import 'compile/configure'
|
|
|
|
name=libtorrent-rasterbar
|
|
version=1.1.0
|
|
update_url='https://github.com/arvidn/libtorrent/releases'
|
|
|
|
dlextract "https://github.com/arvidn/libtorrent/releases/download/libtorrent-1_1/$name-$version.tar.gz" \
|
|
'3a291044b5b33fec3e30b22a94fda31f'
|
|
header_end
|
|
|
|
cd "$name-$version"
|
|
|
|
# Fix compilation error with qBittorrent (https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436)
|
|
export CXXFLAGS="$CXXFLAGS -std=c++11"
|
|
|
|
compile_configure -- --disable-static --with-libiconv
|
|
|
|
# vim:set tabstop=4 shiftwidth=4 syntax=sh et:
|
|
|