1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-25 17:17:56 +02:00

rtorrent: enable rtorrent-rpc variant, update license info

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess 2014-09-29 12:38:06 -04:00
parent 4fba5a82b6
commit baabc5dec7

View File

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