summaryrefslogtreecommitdiffstats
path: root/ftp-libs/rb-libtorrent/DETAILS
blob: e6548828cead2cf1cfad6bebcca3a8aff345f512 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
           SPELL=rb-libtorrent
         VERSION=1.0.6
          SOURCE=libtorrent-rasterbar-$VERSION.tar.gz
   SOURCE_URL[0]=https://github.com/arvidn/libtorrent/releases/download/libtorrent-${VERSION//./_}/$SOURCE
     SOURCE_HASH=sha512:798529f877dc94aa8eb635677a2fffb6deead3937153e78ac5344fd81422f9fd9594e227db3ec0ae954dfc59e4dd5f3b8f6dbed2e3aa1f9a710c32b0622f54ee
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