aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtorrent/rtorrent_0.8.6.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libtorrent/rtorrent_0.8.6.bb')
-rw-r--r--recipes/libtorrent/rtorrent_0.8.6.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/libtorrent/rtorrent_0.8.6.bb b/recipes/libtorrent/rtorrent_0.8.6.bb
new file mode 100644
index 0000000000..38b32e4bb0
--- /dev/null
+++ b/recipes/libtorrent/rtorrent_0.8.6.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Console bittorrent client using libtorrent"
+HOMEPAGE = "http://libtorrent.rakshasa.no"
+SECTION = "libs/network"
+LICENSE = "GPL"
+DEPENDS = "libtorrent curl ncurses gnutls libgpg-error"
+
+SRC_URI = "http://libtorrent.rakshasa.no/downloads/rtorrent-${PV}.tar.gz \
+ file://autoconf-cross-fix.patch"
+
+PR = "r0"
+
+inherit autotools
+
+SRC_URI[md5sum] = "b804c45c01c40312926bcea6b55bb084"
+SRC_URI[sha256sum] = "8c96c68e1524162abd1fc4b612d0c3d924fccc25159c0b3f208e69281f0b32db"