4624b61783
Added license hash, rebased patch 0001. Fixes http://autobuild.buildroot.net/results/9c6/9c64888e96d59cb536dc7ccaa52f731118e69ce1/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
429 B
Makefile
15 lines
429 B
Makefile
################################################################################
|
|
#
|
|
# rtorrent
|
|
#
|
|
################################################################################
|
|
|
|
RTORRENT_VERSION = 0.9.7
|
|
RTORRENT_SITE = http://rtorrent.net/downloads
|
|
RTORRENT_DEPENDENCIES = host-pkgconf libcurl libtorrent ncurses
|
|
RTORRENT_AUTORECONF = YES
|
|
RTORRENT_LICENSE = GPL-2.0
|
|
RTORRENT_LICENSE_FILES = COPYING
|
|
|
|
$(eval $(autotools-package))
|