buildroot/package/rtorrent/rtorrent.mk
Bernd Kuhls 4624b61783 package/rtorrent: bump version to 0.9.7
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>
2018-09-08 14:51:21 +02:00

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))