Merge pull request #11353 from kvuorine/fwknop-fixes
[feed/packages.git] / utils / bigclown / bigclown-control-tool / Makefile
1 # This is free software, licensed under the GNU General Public License v2.
2 # See /LICENSE for more information.
3 #
4
5 include $(TOPDIR)/rules.mk
6
7 PKG_NAME:=bigclown-control-tool
8 PKG_VERSION:=0.2.0
9 PKG_RELEASE:=2
10
11 PYPI_NAME:=bch
12 PKG_HASH:=4cd73b92757fce7275a4744baed411c867af2e671c521b90d6690b2320851d58
13
14 PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
15 PKG_LICENSE:=MIT
16 PKG_LICENSE_FILES:=LICENSE
17
18 include ../../../lang/python/pypi.mk
19 include $(INCLUDE_DIR)/package.mk
20 include ../../../lang/python/python3-package.mk
21
22 define Package/bigclown-control-tool
23 SECTION:=utils
24 CATEGORY:=Utilities
25 SUBMENU:=BigClown
26 TITLE:=BigCLown control tool
27 URL:=https://github.com/bigclownlabs/bch-control-tool
28 DEPENDS:=\
29 +python3-click \
30 +python3-click-log \
31 +python3-paho-mqtt \
32 +python3-pyserial \
33 +python3-yaml \
34 +python3-simplejson
35 endef
36
37 $(eval $(call Py3Package,bigclown-control-tool))
38 $(eval $(call BuildPackage,bigclown-control-tool))