summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-11-24 01:30:38 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-11-24 01:30:38 (GMT)
commitca9a6b69643472bb83e83b1a2d7b90e119ebc417 (patch)
tree74d5607d19bc4063a5fdf3684b8df7f86f6a7478 /plugins
parent1ba4e8f75d0c5df94bef2fc9e896d37d076c2bf9 (diff)
downloadmxe-ca9a6b69643472bb83e83b1a2d7b90e119ebc417.zip
mxe-ca9a6b69643472bb83e83b1a2d7b90e119ebc417.tar.gz
mxe-ca9a6b69643472bb83e83b1a2d7b90e119ebc417.tar.bz2
add OWNER and WEBSITE fields to plugins/apps
Diffstat (limited to 'plugins')
-rw-r--r--plugins/apps/qbittorrent.mk2
-rw-r--r--plugins/apps/tor.mk2
-rw-r--r--plugins/apps/wrk.mk2
3 files changed, 6 insertions, 0 deletions
diff --git a/plugins/apps/qbittorrent.mk b/plugins/apps/qbittorrent.mk
index 0078607..efe25f3 100644
--- a/plugins/apps/qbittorrent.mk
+++ b/plugins/apps/qbittorrent.mk
@@ -7,6 +7,8 @@ $(PKG)_CHECKSUM := c0d0d4b72c240f113b59a061146803bc1b7926d3d7f39b06b50a4d26f5ad9
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz
$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-$($(PKG)_VERSION)/$($(PKG)_FILE)
+$(PKG)_WEBSITE := http://qbittorrent.org/
+$(PKG)_OWNER := https://github.com/starius
$(PKG)_DEPS := gcc libtorrent-rasterbar qt boost
define $(PKG)_UPDATE
diff --git a/plugins/apps/tor.mk b/plugins/apps/tor.mk
index 6b7e3f4..4ac4e72 100644
--- a/plugins/apps/tor.mk
+++ b/plugins/apps/tor.mk
@@ -7,6 +7,8 @@ $(PKG)_CHECKSUM := 0542c0efe43b86619337862fa7eb02c7a74cb23a79d587090628a5f0f1224
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
$(PKG)_URL := https://torproject.org/dist/$($(PKG)_FILE)
+$(PKG)_WEBSITE := https://torproject.org/
+$(PKG)_OWNER := https://github.com/starius
$(PKG)_DEPS := gcc libevent openssl zlib
define $(PKG)_UPDATE
diff --git a/plugins/apps/wrk.mk b/plugins/apps/wrk.mk
index 656040d..d41d50f 100644
--- a/plugins/apps/wrk.mk
+++ b/plugins/apps/wrk.mk
@@ -7,6 +7,8 @@ $(PKG)_CHECKSUM := c03bbc283836cb4b706eb6bfd18e724a8ce475e2c16154c13c6323a845b43
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(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
define $(PKG)_UPDATE