xref: /OK3568_Linux_fs/buildroot/package/rtorrent/rtorrent.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun################################################################################
2*4882a593Smuzhiyun#
3*4882a593Smuzhiyun# rtorrent
4*4882a593Smuzhiyun#
5*4882a593Smuzhiyun################################################################################
6*4882a593Smuzhiyun
7*4882a593SmuzhiyunRTORRENT_VERSION = 0.9.8
8*4882a593SmuzhiyunRTORRENT_SITE = http://rtorrent.net/downloads
9*4882a593SmuzhiyunRTORRENT_DEPENDENCIES = host-pkgconf libcurl libtorrent ncurses
10*4882a593SmuzhiyunRTORRENT_LICENSE = GPL-2.0
11*4882a593SmuzhiyunRTORRENT_LICENSE_FILES = COPYING
12*4882a593Smuzhiyun
13*4882a593Smuzhiyun$(eval $(autotools-package))
14