           SPELL=rb-libtorrent
         VERSION=0.13
          SOURCE="libtorrent-${VERSION}.tar.gz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/libtorrent/${SOURCE}
     SOURCE_HASH=sha512:e74b0eae1274c757d02d9e9d1d9223028a84cd3ff7506a2d253bcf92a42a798f190da5088e827b8b12b29d230f83abac0cb52dd930d5a3b2353dcc5876a1fd83
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/libtorrent-${VERSION}"
        WEB_SITE="http://www.rasterbar.com/products/libtorrent/"
         LICENSE=BSD
         ENTERED=20070622
           SHORT="libtorrent is a C++ library that aims to be a good alternative to all the other bittorrent"
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
