summaryrefslogtreecommitdiffstats
path: root/ftp-libs/rb-libtorrent/DETAILS
diff options
context:
space:
mode:
authorPhilippe Caseiro2007-06-22 23:53:27 +0200
committerPuppet_Master2007-06-22 23:53:27 +0200
commitb5d9a7ccad37ef1828427681e051462d015fc948 (patch)
treebe189428d9fb256f33d8722ea5e392ddc162077b /ftp-libs/rb-libtorrent/DETAILS
parentf75894995cffd8d24c5425088895d917250b3f04 (diff)
Adding rb-libtorrent spell to provide rasterbar libtorrent
Diffstat (limited to 'ftp-libs/rb-libtorrent/DETAILS')
-rwxr-xr-xftp-libs/rb-libtorrent/DETAILS21
1 files changed, 21 insertions, 0 deletions
diff --git a/ftp-libs/rb-libtorrent/DETAILS b/ftp-libs/rb-libtorrent/DETAILS
new file mode 100755
index 0000000000..1cb0c4157d
--- /dev/null
+++ b/ftp-libs/rb-libtorrent/DETAILS
@@ -0,0 +1,21 @@
+ 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