sg3-utils: add newer buildable version
[openembedded.git] / recipes / libtorrent / rtorrent_0.8.4.bb
1 DESCRIPTION = "Console bittorrent client using libtorrent"
2 HOMEPAGE = "http://libtorrent.rakshasa.no"
3 SECTION = "libs/network"
4 LICENSE = "GPL"
5 DEPENDS = "libtorrent curl ncurses gnutls libgpg-error"
6
7 SRC_URI = "http://libtorrent.rakshasa.no/downloads/rtorrent-${PV}.tar.gz \
8            file://autoconf-cross-fix.patch;patch=1"
9
10 PR = "r0"
11
12 inherit autotools
13