import 'compile/configure' name=libtorrent-rasterbar version=1.1.6 update_url='https://github.com/arvidn/libtorrent/releases' dlextract "https://github.com/arvidn/libtorrent/releases/download/libtorrent-$(echo "$version" | tr . _)/$name-$version.tar.gz" \ 'e95d02e6c942cb050b9cbe6a3a6fc8f6' _ 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 expandtab: