From 0bcdf73271be4a4f9ca8c849c426b521365dcf30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 6 Nov 2017 08:23:58 +0100 Subject: Rename myrepo-cert to just myrepo --- myrepo-cert/Makefile | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 myrepo-cert/Makefile (limited to 'myrepo-cert/Makefile') diff --git a/myrepo-cert/Makefile b/myrepo-cert/Makefile deleted file mode 100644 index c8ce9d6..0000000 --- a/myrepo-cert/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# -## Copyright (C) 2016-2017 CZ.NIC z.s.p.o. (http://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:=myrepo-cert -PKG_VERSION:=3 -PKG_MAINTAINER:=Karel Koci -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) - -include $(INCLUDE_DIR)/package.mk - -define Package/myrepo-cert - TITLE:=myrepo-cert -endef - -define Build/Compile - true -endef - -define Package/myrepo-cert/install - $(INSTALL_DIR) $(1)/etc/opkg/keys - $(INSTALL_DIR) $(1)/etc/updater/keys - $(INSTALL_DATA) ./files/key.pub $(1)/etc/opkg/keys/cfb977a0d53c5424 - $(INSTALL_DATA) ./files/key.pub $(1)/etc/updater/keys/myrepo.pub - - $(INSTALL_DIR) $(1)/etc/updater/conf.d - $(INSTALL_CONF) ./files/updater.lua $(1)/etc/updater/conf.d/myrepo.lua -endef - -$(eval $(call BuildPackage,myrepo-cert)) -- cgit v1.2.3