aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libtorrent
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2008-11-11 17:01:03 +0000
committerGraeme Gregory <dp@xora.org.uk>2008-11-11 17:01:59 +0000
commitaf8b932975faf8314928b9f0ae98e2ae010bb829 (patch)
treec2e59497266aaca3a284005f8c500bc150433f11 /packages/libtorrent
parent51721349f52d0d6165046dacde82faaf6d27b8d6 (diff)
downloadopenembedded-af8b932975faf8314928b9f0ae98e2ae010bb829.tar.gz
rtorrent_0.8.3.bb : update to the latest unstable build
Diffstat (limited to 'packages/libtorrent')
-rw-r--r--packages/libtorrent/libtorrent_0.12.3.bb16
-rw-r--r--packages/libtorrent/rtorrent_0.8.3.bb11
2 files changed, 27 insertions, 0 deletions
diff --git a/packages/libtorrent/libtorrent_0.12.3.bb b/packages/libtorrent/libtorrent_0.12.3.bb
new file mode 100644
index 0000000000..5d711578ed
--- /dev/null
+++ b/packages/libtorrent/libtorrent_0.12.3.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "library implementing the bittorrent protocol"
+HOMEPAGE = "http://libtorrent.rakshasa.no"
+SECTION = "libs/network"
+LICENSE = "GPL"
+DEPENDS = "libsigc++-2.0 openssl"
+
+SRC_URI = "http://libtorrent.rakshasa.no/downloads/libtorrent-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--enable-aligned"
+
+do_stage() {
+ autotools_stage_all
+}
+
diff --git a/packages/libtorrent/rtorrent_0.8.3.bb b/packages/libtorrent/rtorrent_0.8.3.bb
new file mode 100644
index 0000000000..9ae0eed011
--- /dev/null
+++ b/packages/libtorrent/rtorrent_0.8.3.bb
@@ -0,0 +1,11 @@
+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;patch=1"
+
+inherit autotools
+