blob: 9ae0eed0119e880a6c790ddbdfcc1cac85a05467 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|