           SPELL=rb-libtorrent
         VERSION=0.12
          SOURCE="libtorrent-${VERSION}.tar.gz"
   SOURCE_URL[0]=$SOURCEFORGE_URL/libtorrent/${SOURCE}
     SOURCE_HASH=sha512:e3b061299198e137b083250e3bd3051ccdbcf83a665601dbf39074f0f7a300c246899858eacb768a64115433ffd17b331770add85add90cc292aa43b6682c58b
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
