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/rtorrent_0.8.4.bb | |
parent | fa48d216f1e3fd973ebab5606f245f844d0311c8 (diff) |
libtorrent: updated to libtorrent 0.12.4 and rtorrent 0.8.4
Diffstat (limited to 'packages/libtorrent/rtorrent_0.8.4.bb')
-rw-r--r-- | packages/libtorrent/rtorrent_0.8.4.bb | 13 |
1 files changed, 13 insertions, 0 deletions
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 + |