diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-01-28 23:11:08 +1345 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2009-01-28 23:11:08 +1345 |
commit | a554b2571b2106a91e72eee18691b821a5a774e1 (patch) | |
tree | c66df4441086492392daef7de7a6e9da41a24067 /packages/libtorrent | |
parent | fa48d216f1e3fd973ebab5606f245f844d0311c8 (diff) |
libtorrent: updated to libtorrent 0.12.4 and rtorrent 0.8.4
Diffstat (limited to 'packages/libtorrent')
-rw-r--r-- | packages/libtorrent/libtorrent_0.12.4.bb | 17 | ||||
-rw-r--r-- | packages/libtorrent/rtorrent_0.8.4.bb | 13 |
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 + |