2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-05-14 12:55:29 +02:00
|
|
|
#
|
|
|
|
# rtorrent
|
|
|
|
#
|
2013-06-06 01:53:30 +02:00
|
|
|
################################################################################
|
2012-05-14 12:55:29 +02:00
|
|
|
|
2015-10-05 01:56:16 +02:00
|
|
|
RTORRENT_VERSION = 0.9.6
|
|
|
|
RTORRENT_SITE = http://rtorrent.net/downloads
|
2015-10-05 03:04:36 +02:00
|
|
|
RTORRENT_DEPENDENCIES = host-pkgconf libcurl libtorrent ncurses
|
2012-05-14 12:55:29 +02:00
|
|
|
RTORRENT_AUTORECONF = YES
|
2012-10-31 08:23:34 +01:00
|
|
|
RTORRENT_LICENSE = GPLv2
|
|
|
|
RTORRENT_LICENSE_FILES = COPYING
|
2012-05-14 12:55:29 +02:00
|
|
|
|
2012-07-03 00:07:32 +02:00
|
|
|
$(eval $(autotools-package))
|