summaryrefslogtreecommitdiffstats
path: root/package/rtorrent/rtorrent.mk
diff options
context:
space:
mode:
Diffstat (limited to 'package/rtorrent/rtorrent.mk')
-rw-r--r--package/rtorrent/rtorrent.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/package/rtorrent/rtorrent.mk b/package/rtorrent/rtorrent.mk
index ff1ae2f1a..c9cf8ff1c 100644
--- a/package/rtorrent/rtorrent.mk
+++ b/package/rtorrent/rtorrent.mk
@@ -4,9 +4,11 @@
#
#############################################################
-RTORRENT_VERSION = 0.9.2
+RTORRENT_VERSION = 0.9.3
RTORRENT_SITE = http://libtorrent.rakshasa.no/downloads
RTORRENT_DEPENDENCIES = host-pkgconf libcurl libsigc libtorrent ncurses
RTORRENT_AUTORECONF = YES
+RTORRENT_LICENSE = GPLv2
+RTORRENT_LICENSE_FILES = COPYING
$(eval $(autotools-package))