summaryrefslogtreecommitdiff
path: root/bigclown-leds
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2019-03-13 10:49:43 +0100
committerKarel Kočí <karel.koci@nic.cz>2019-03-13 10:49:43 +0100
commit8f4ab15987359e4fa4c042e70d30cb093cefce18 (patch)
treef815edc351990f17a6d29f97a286c141520d358c /bigclown-leds
parent01592b391394c87e39b1f41d6437f06ce831ec23 (diff)
downloadopenwrt-personal-pkgs-8f4ab15987359e4fa4c042e70d30cb093cefce18.tar.gz
openwrt-personal-pkgs-8f4ab15987359e4fa4c042e70d30cb093cefce18.tar.bz2
openwrt-personal-pkgs-8f4ab15987359e4fa4c042e70d30cb093cefce18.zip
Drop bigclown packages as they are now in upstream
Diffstat (limited to 'bigclown-leds')
-rw-r--r--bigclown-leds/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/bigclown-leds/Makefile b/bigclown-leds/Makefile
deleted file mode 100644
index 006083e..0000000
--- a/bigclown-leds/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=bigclown-leds
-PKG_VERSION:=1.0.1
-PKG_RELEASE:=2
-PKG_MAINTAINER:=Karel Kočí <cynerd@email.cz>
-
-GIT_HASH:=a1236a39e7842ed24b3a9c986dba177d02be5114
-PKG_SOURCE_URL:=https://git.cynerd.cz/bigclown-leds/snapshot/
-PKG_SOURCE:=$(PKG_NAME)-$(GIT_HASH).tar.gz
-PKG_HASH:=9bd59f33c78d1c56f691dd74ab9c16ad98cd1855caecacdc1724e89eec346f67
-PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(GIT_HASH)
-
-include $(INCLUDE_DIR)/package.mk
-
-define Package/$(PKG_NAME)
- TITLE:=BigCLown LEDs
- DEPENDS:=+python3-paho-mqtt
-endef
-
-define Package/$(PKG_NAME)/install
- $(INSTALL_DIR) $(1)/usr/bin
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/bigclown-leds $(1)/usr/bin/bigclown-leds
- $(INSTALL_DIR) $(1)/etc/init.d
- $(INSTALL_BIN) $(PKG_BUILD_DIR)/bigclown-leds.init $(1)/etc/init.d/bigclown-leds
-endef
-
-define Build/Compile
- true
-endef
-
-$(eval $(call BuildPackage,$(PKG_NAME)))