From 28bd38773067b85e1bbb815460718d7648bad8fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 18 Feb 2019 18:01:09 +0100 Subject: Drop bigclown as I am no longer using it on Turris 3.x --- bigclown-mqtt2influxdb/Makefile | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 bigclown-mqtt2influxdb/Makefile (limited to 'bigclown-mqtt2influxdb/Makefile') diff --git a/bigclown-mqtt2influxdb/Makefile b/bigclown-mqtt2influxdb/Makefile deleted file mode 100644 index c77bbbe..0000000 --- a/bigclown-mqtt2influxdb/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -include $(TOPDIR)/rules.mk - -PKG_NAME:=bigclown-mqtt2influxdb -PKG_RELEASE:=3 -PKG_SOURCE_URL:=https://github.com/bigclownlabs/bch-mqtt2influxdb.git -PKG_MAINTAINER:=Karel Kočí - -include $(TOPDIR)/package/autopkg-tag.mk -include $(INCLUDE_DIR)/package.mk -$(call include_mk, python3-package.mk) - -define Package/$(PKG_NAME) - TITLE:=BigCLown MQTT to Influxdb bridge - DEPENDS:=+python3 +python3-paho-mqtt +python3-pyyaml +python3-influxdb +python3-jsonpath-ng +python3-schema -endef - -define Py3Package/$(PKG_NAME)/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) ./files/mqtt2influxdb $(1)/usr/bin/mqtt2influxdb - $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) ./files/init $(1)/etc/init.d/bc-mqtt2influxdb - $(INSTALL_DATA) ./files/config.yml $(1)/etc/bc-mqtt2influxdb.yml -endef - -define Package/$(PKG_NAME)/conffiles -/etc/bc-mqtt2influxdb.yml -endef - -define Build/Compile - sed -i 's/@@VERSION@@/$(PKG_VERSION)/' "$(PKG_BUILD_DIR)/setup.py" - $(call Build/Compile/Py3Mod,,install --prefix="/usr" --root=$(PKG_INSTALL_DIR)) -endef - -$(eval $(call Py3Package,$(PKG_NAME))) -$(eval $(call BuildPackage,$(PKG_NAME))) -- cgit v1.2.3