f904fd9f1d
libsigc isn't used/needed any longer so drop it. And switch to the proper homepage rather than the tarball repository. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
15 lines
427 B
Makefile
15 lines
427 B
Makefile
################################################################################
|
|
#
|
|
# rtorrent
|
|
#
|
|
################################################################################
|
|
|
|
RTORRENT_VERSION = 0.9.6
|
|
RTORRENT_SITE = http://rtorrent.net/downloads
|
|
RTORRENT_DEPENDENCIES = host-pkgconf libcurl libtorrent ncurses
|
|
RTORRENT_AUTORECONF = YES
|
|
RTORRENT_LICENSE = GPLv2
|
|
RTORRENT_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|