SPELL=rb-libtorrent VERSION=1.1.0 BRANCH=$(echo ${VERSION:0:3} | tr "." "_") SOURCE=libtorrent-rasterbar-$VERSION.tar.gz SOURCE_URL[0]=https://github.com/arvidn/libtorrent/releases/download/libtorrent-${BRANCH}/$SOURCE SOURCE_HASH=sha512:5770e3b243605aabe94951f0d3774a1a928b87690c0ba9f8a093ecf90852cf1c76d29a477ab0efc4a352802ca9b405d5c00a5dcdc8d03c6c1644aabe6ad020df SOURCE_DIRECTORY="$BUILD_DIRECTORY/libtorrent-rasterbar-$VERSION" WEB_SITE=http://www.libtorrent.org LICENSE=BSD ENTERED=20070622 SHORT="C++ bittorrent library" cat << EOF libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent implementations around. It is a library and not a full featured client, although it comes with a working example client. The main goals of libtorrent are: * to be cpu efficient * to be memory efficient * to be very easy to use EOF