mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
qBittorrent-static: cleanup makefile
This commit is contained in:
parent
14b53f3e79
commit
d8a93f2311
@ -30,16 +30,16 @@ endif
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/$(PKG_NAME)
|
define Package/qBittorrent-static
|
||||||
SECTION:=net
|
SECTION:=net
|
||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
DEPENDS:=@(arm||aarch64||x86_64)
|
DEPENDS:=@(arm||aarch64||x86_64)
|
||||||
SUBMENU:=BitTorrent
|
SUBMENU:=BitTorrent
|
||||||
TITLE:=bittorrent client programmed in C++ / Qt
|
TITLE:=bittorrent client programmed in C++ / Qt
|
||||||
URL:=https://www.qbittorrent.org/
|
URL:=https://www.qbittorrent.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/description
|
define Package/qBittorrent-static/description
|
||||||
qBittorrent is a bittorrent client programmed in C++ / Qt that uses
|
qBittorrent is a bittorrent client programmed in C++ / Qt that uses
|
||||||
libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.
|
libtorrent (sometimes called libtorrent-rasterbar) by Arvid Norberg.
|
||||||
It aims to be a good alternative to all other bittorrent clients out
|
It aims to be a good alternative to all other bittorrent clients out
|
||||||
@ -57,10 +57,10 @@ endef
|
|||||||
define Build/Compile
|
define Build/Compile
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)/install
|
define Package/qBittorrent-static/install
|
||||||
$(INSTALL_DIR) $(1)/usr/bin
|
$(INSTALL_DIR) $(1)/usr/bin
|
||||||
$(INSTALL_BIN) $(DL_DIR)/qbittorrent-nox $(1)/usr/bin
|
$(INSTALL_BIN) $(DL_DIR)/qbittorrent-nox $(1)/usr/bin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call Download,qbittorrent))
|
$(eval $(call Download,qbittorrent))
|
||||||
$(eval $(call BuildPackage,$(PKG_NAME)))
|
$(eval $(call BuildPackage,qBittorrent-static))
|
||||||
|
Loading…
Reference in New Issue
Block a user