diff options
author | Tony Theodore <tonyt@logyst.com> | 2017-11-25 10:48:27 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2017-12-22 21:18:52 (GMT) |
commit | e7b9a210560fe05b44c33b3624617b2d581281e7 (patch) | |
tree | a46da57a533f5f3033a39380b5ee3921bcf4969b /plugins/apps | |
parent | c0c8d47d6a723d38d524f729b55522935b91e4d2 (diff) | |
download | mxe-e7b9a210560fe05b44c33b3624617b2d581281e7.zip mxe-e7b9a210560fe05b44c33b3624617b2d581281e7.tar.gz mxe-e7b9a210560fe05b44c33b3624617b2d581281e7.tar.bz2 |
native pkgs: use explicit cross-target deps and remove empty rules
Diffstat (limited to 'plugins/apps')
-rw-r--r-- | plugins/apps/qbittorrent.mk | 2 | ||||
-rw-r--r-- | plugins/apps/wrk.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/apps/qbittorrent.mk b/plugins/apps/qbittorrent.mk index 8c3cd88..3b645ca 100644 --- a/plugins/apps/qbittorrent.mk +++ b/plugins/apps/qbittorrent.mk @@ -9,7 +9,7 @@ $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz $(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_WEBSITE := https://qbittorrent.org/ $(PKG)_OWNER := https://github.com/starius -$(PKG)_DEPS := gcc boost libtorrent-rasterbar qt +$(PKG)_DEPS := gcc boost libtorrent-rasterbar qt $(BUILD)~geoip-database define $(PKG)_UPDATE $(WGET) -q -O- 'https://www.qbittorrent.org/download.php' | \ diff --git a/plugins/apps/wrk.mk b/plugins/apps/wrk.mk index d41d50f..2efb6c8 100644 --- a/plugins/apps/wrk.mk +++ b/plugins/apps/wrk.mk @@ -9,7 +9,7 @@ $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://github.com/wg/wrk/archive/$($(PKG)_VERSION).tar.gz $(PKG)_WEBSITE := https://github.com/wg/wrk $(PKG)_OWNER := https://github.com/starius -$(PKG)_DEPS := gcc luajit openssl pthreads +$(PKG)_DEPS := gcc luajit openssl pthreads $(BUILD)~luajit define $(PKG)_UPDATE $(call MXE_GET_GITHUB_TAGS, wg/wrk) |