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-gateway/Makefile | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 bigclown-gateway/Makefile (limited to 'bigclown-gateway/Makefile') diff --git a/bigclown-gateway/Makefile b/bigclown-gateway/Makefile deleted file mode 100644 index 031c315..0000000 --- a/bigclown-gateway/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -include $(TOPDIR)/rules.mk - -PKG_NAME:=bigclown-gateway -PKG_RELEASE:=2 -PKG_SOURCE_URL:=https://github.com/bigclownlabs/bch-gateway.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 gateway - DEPENDS:=+python3 +mosquitto +mosquitto-client +kmod-usb-serial-ftdi +kmod-usb-acm +python3-paho-mqtt +python3-pyyaml +python3-pyserial +python3-simplejson -endef - -define Py3Package/$(PKG_NAME)/install - $(INSTALL_DIR) $(1)/usr/bin - $(INSTALL_BIN) ./files/bcg $(1)/usr/bin/bcg - $(INSTALL_DIR) $(1)/etc/config - $(INSTALL_CONF) ./files/config $(1)/etc/config/bigclown-gateway - $(INSTALL_DIR) $(1)/etc/init.d - $(INSTALL_BIN) ./files/init $(1)/etc/init.d/bigclown-gateway -endef - -define Package/$(PKG_NAME)/conffiles -/etc/config/bigclown-gateway -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