diff options
Diffstat (limited to 'recipes/libtorrent/rtorrent_0.8.0.bb')
-rw-r--r-- | recipes/libtorrent/rtorrent_0.8.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/libtorrent/rtorrent_0.8.0.bb b/recipes/libtorrent/rtorrent_0.8.0.bb new file mode 100644 index 0000000000..9ae0eed011 --- /dev/null +++ b/recipes/libtorrent/rtorrent_0.8.0.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 + |