From baabc5dec7fd153b0d9b68427e4b52a5cdde4193 Mon Sep 17 00:00:00 2001 From: Ted Hess Date: Mon, 29 Sep 2014 12:38:06 -0400 Subject: [PATCH] rtorrent: enable rtorrent-rpc variant, update license info Signed-off-by: Ted Hess --- net/rtorrent/Makefile | 7 +++++-- 1 file 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))