aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-01-28 23:11:08 +1345
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-01-28 23:11:08 +1345
commita554b2571b2106a91e72eee18691b821a5a774e1 (patch)
treec66df4441086492392daef7de7a6e9da41a24067 /packages
parentfa48d216f1e3fd973ebab5606f245f844d0311c8 (diff)
downloadopenembedded-a554b2571b2106a91e72eee18691b821a5a774e1.tar.gz
libtorrent: updated to libtorrent 0.12.4 and rtorrent 0.8.4
Diffstat (limited to 'packages')
-rw-r--r--packages/libtorrent/libtorrent_0.12.4.bb17
-rw-r--r--packages/libtorrent/rtorrent_0.8.4.bb13
2 files changed, 30 insertions, 0 deletions
diff --git a/packages/libtorrent/libtorrent_0.12.4.bb b/packages/libtorrent/libtorrent_0.12.4.bb
new file mode 100644
index 0000000000..9673e5bdcb
--- /dev/null
+++ b/packages/libtorrent/libtorrent_0.12.4.bb
@@ -0,0 +1,17 @@
+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"
+PR = "r0"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--enable-aligned"
+
+do_stage() {
+ autotools_stage_all
+}
+
diff --git a/packages/libtorrent/rtorrent_0.8.4.bb b/packages/libtorrent/rtorrent_0.8.4.bb
new file mode 100644
index 0000000000..3390511ef9
--- /dev/null
+++ b/packages/libtorrent/rtorrent_0.8.4.bb
@@ -0,0 +1,13 @@
+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"
+
+PR = "r0"
+
+inherit autotools
+