summaryrefslogtreecommitdiff
path: root/reforis-storage-plugin
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-07-17 14:52:46 +0200
committerKarel Kočí <cynerd@email.cz>2020-07-17 14:52:46 +0200
commit16716732c861ee69a6f8208fc8a7eecde0e9b18e (patch)
tree1a36cd56fe76c65a6b2ccd49e031e3b6b127a3a7 /reforis-storage-plugin
parent0651c2f0e44508485dc8ebb3e8604087ee300464 (diff)
downloadopenwrt-personal-pkgs-16716732c861ee69a6f8208fc8a7eecde0e9b18e.tar.gz
openwrt-personal-pkgs-16716732c861ee69a6f8208fc8a7eecde0e9b18e.tar.bz2
openwrt-personal-pkgs-16716732c861ee69a6f8208fc8a7eecde0e9b18e.zip
Drop reforise
Diffstat (limited to 'reforis-storage-plugin')
-rw-r--r--reforis-storage-plugin/Makefile47
1 files changed, 0 insertions, 47 deletions
diff --git a/reforis-storage-plugin/Makefile b/reforis-storage-plugin/Makefile
deleted file mode 100644
index 76edf2f..0000000
--- a/reforis-storage-plugin/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-#
-# Copyright (C) 2020 CZ.NIC z.s.p.o. (https://www.nic.cz/)
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=reforis-storage-plugin
-PKG_VERSION:=0.1.0
-PKG_RELEASE:=1
-
-PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/reforis/reforis-storage.git
-PKG_SOURCE_VERSION:=a4ac8eeca36186960a80c573334faab73f4e478d
-
-PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
-PKG_LICENSE:=GPL-3.0-or-later
-PKG_LICENSE_FILES:=LICENSE
-
-PKG_BUILD_DEPENDS:=\
- node/host \
- reforis-distutils/host \
-
-include $(INCLUDE_DIR)/package.mk
-include $(TOPDIR)/feeds/packages/lang/python/python3-package.mk
-include $(TOPDIR)/feeds/turrispackages/web/reforis/reforis/files/reforis-plugin.mk
-include $(TOPDIR)/feeds/turrispackages/web/reforis/reforis/files/reforis-translations.mk
-
-define Package/reforis-storage-plugin
- TITLE:=reForis Storage plugin
- URL:=https://gitlab.nic.cz/turris/reforis/reforis-storage
- DEPENDS:=\
- +reforis \
- +foris-controller-storage-module
- VARIANT:=python3
-endef
-
-define Package/reforis-storage-plugin/description
- reForis Storage plugin
-endef
-
-REFORIS_TRANSLATIONS:=cs
-
-$(eval $(call ReForisPlugin,reforis-storage-plugin,reforis_storage))
-# call BuildPackage <= assures OWR build system that this is package