From 08be3279423ed19554905d9cf00a508be0586107 Mon Sep 17 00:00:00 2001 From: Petr Štetiar Date: Sun, 11 Oct 2020 14:54:55 +0200 Subject: cgi-io: move into out of tree project MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No functional changes, just moved the sources into out of tree project[1] so it's going to be easier to do CI with unit testing, fuzzing etc. 1. https://git.openwrt.org/?p=project/cgi-io.git;a=shortlog Signed-off-by: Petr Štetiar --- net/cgi-io/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'net/cgi-io/Makefile') diff --git a/net/cgi-io/Makefile b/net/cgi-io/Makefile index 814a1b2f5..13c33bbac 100644 --- a/net/cgi-io/Makefile +++ b/net/cgi-io/Makefile @@ -10,8 +10,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=cgi-io PKG_RELEASE:=19 -PKG_LICENSE:=GPL-2.0-or-later +PKG_SOURCE_PROTO:=git +PKG_SOURCE_URL=$(PROJECT_GIT)/project/cgi-io.git +PKG_SOURCE_DATE:=2020-10-11 +PKG_SOURCE_VERSION:=d2907bd12986c7b582adcf0f186d97fed399963b +PKG_MIRROR_HASH:=e4ce1aabfa91e77f562d89afb0ae0aea2e3dd2d3998069819f3412acfc4ed26b +CMAKE_INSTALL:=1 +PKG_LICENSE:=GPL-2.0-or-later PKG_MAINTAINER:=John Crispin include $(INCLUDE_DIR)/package.mk @@ -29,11 +35,6 @@ define Package/cgi-io/description This package contains an cgi utility that is useful for up/downloading files endef -define Build/Prepare - mkdir -p $(PKG_BUILD_DIR) - $(CP) ./src/* $(PKG_BUILD_DIR)/ -endef - define Package/cgi-io/install $(INSTALL_DIR) $(1)/usr/libexec $(1)/www/cgi-bin/ $(INSTALL_BIN) $(PKG_BUILD_DIR)/cgi-io $(1)/usr/libexec -- cgit v1.2.3