aboutsummaryrefslogtreecommitdiff
path: root/net/rtorrent
diff options
context:
space:
mode:
authorTed Hess <thess@kitschensync.net>2014-09-29 12:38:06 -0400
committerTed Hess <thess@kitschensync.net>2014-09-29 12:38:06 -0400
commitbaabc5dec7fd153b0d9b68427e4b52a5cdde4193 (patch)
tree8711e0ac706a4e2e9c2a9893fc413c943f788043 /net/rtorrent
parent4fba5a82b6d838bd9e50164954322140140fa7ed (diff)
rtorrent: enable rtorrent-rpc variant, update license info
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'net/rtorrent')
-rw-r--r--net/rtorrent/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/rtorrent/Makefile b/net/rtorrent/Makefile
index 629e189df..482d61267 100644
--- a/net/rtorrent/Makefile
+++ b/net/rtorrent/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=rtorrent
PKG_VERSION:=0.9.4-git
-PKG_RELEASE:=$(PKG_SOURCE_VERSION)-1
+PKG_RELEASE:=2
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/rakshasa/rtorrent.git
@@ -17,6 +17,9 @@ PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_VERSION:=6a3234eaa79f15857260df31f98711ef24266191
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
+PKG_LICENSE:=GPL-2.0
+PKG_LICENSE_FILE:=COPYING
+
PKG_FIXUP:=autoreconf
PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
@@ -90,4 +93,4 @@ endef
Package/rtorrent-rpc/install = $(Package/rtorrent/install)
$(eval $(call BuildPackage,rtorrent))
-#$(eval $(call BuildPackage,rtorrent-rpc))
+$(eval $(call BuildPackage,rtorrent-rpc))