summaryrefslogtreecommitdiffstats
path: root/package/rtorrent/rtorrent.mk
blob: c9cf8ff1c8660b4d2e94767f0b155485e818046f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#############################################################
#
# rtorrent
#
#############################################################

RTORRENT_VERSION = 0.9.3
RTORRENT_SITE = http://libtorrent.rakshasa.no/downloads
RTORRENT_DEPENDENCIES = host-pkgconf libcurl libsigc libtorrent ncurses
RTORRENT_AUTORECONF = YES
RTORRENT_LICENSE = GPLv2
RTORRENT_LICENSE_FILES = COPYING

$(eval $(autotools-package))