2012-05-14 12:55:29 +02:00
|
|
|
#############################################################
|
|
|
|
#
|
|
|
|
# rtorrent
|
|
|
|
#
|
|
|
|
#############################################################
|
|
|
|
|
2012-10-31 08:23:34 +01:00
|
|
|
RTORRENT_VERSION = 0.9.3
|
2012-05-14 12:55:29 +02:00
|
|
|
RTORRENT_SITE = http://libtorrent.rakshasa.no/downloads
|
2012-10-22 17:47:52 +02:00
|
|
|
RTORRENT_DEPENDENCIES = host-pkgconf libcurl libsigc 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))
|