summaryrefslogtreecommitdiffstats
path: root/ftp-libs
diff options
context:
space:
mode:
Diffstat (limited to 'ftp-libs')
-rwxr-xr-xftp-libs/libtorrent-rasterbar/DEPENDS6
-rwxr-xr-xftp-libs/libtorrent-rasterbar/DETAILS15
-rw-r--r--ftp-libs/libtorrent-rasterbar/HISTORY3
3 files changed, 24 insertions, 0 deletions
diff --git a/ftp-libs/libtorrent-rasterbar/DEPENDS b/ftp-libs/libtorrent-rasterbar/DEPENDS
new file mode 100755
index 0000000000..95edfdcbec
--- /dev/null
+++ b/ftp-libs/libtorrent-rasterbar/DEPENDS
@@ -0,0 +1,6 @@
+depends boost &&
+sub_depends boost PROGRAM_OPTIONS &&
+sub_depends boost REGEX &&
+sub_depends boost FILESYSTEM &&
+sub_depends boost THREAD &&
+sub_depends boost SYSTEM
diff --git a/ftp-libs/libtorrent-rasterbar/DETAILS b/ftp-libs/libtorrent-rasterbar/DETAILS
new file mode 100755
index 0000000000..3927e03c70
--- /dev/null
+++ b/ftp-libs/libtorrent-rasterbar/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=libtorrent-rasterbar
+ VERSION=0.14.7
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/libtorrent/${SOURCE}
+ SOURCE_HASH=sha512:6d4657f1a9ea64ee34d9f52c668a8cf9392d457e02ff9a63c6d29df35520ffa75d0f7aeb4a718ac6df9ff9db3ebde79f939486164195b77e82e3bc654441679c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.rasterbar.com/products/libtorrent/index.html"
+ LICENSE[0]=GPL
+ ENTERED=20100315
+ SHORT="the other libtorrent"
+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.
+EOF
diff --git a/ftp-libs/libtorrent-rasterbar/HISTORY b/ftp-libs/libtorrent-rasterbar/HISTORY
new file mode 100644
index 0000000000..d536e15a0f
--- /dev/null
+++ b/ftp-libs/libtorrent-rasterbar/HISTORY
@@ -0,0 +1,3 @@
+2010-03-15 Arjan Bouter <abouter@sourcemage.org>
+ * DETAILS, DEPENDS: spell created
+