rtorrent: enable rtorrent-rpc variant, update license info
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
parent
4fba5a82b6
commit
baabc5dec7
1 changed files with 5 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue