From 89883a6988ba1a566c7b2c9537ad269cf2dd23b2 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Wed, 5 Dec 2018 16:06:45 +0100 Subject: [PATCH] Depot recipe for src/lighttpd --- repos/ports/recipes/src/lighttpd/content.mk | 12 ++++++++++++ repos/ports/recipes/src/lighttpd/hash | 1 + repos/ports/recipes/src/lighttpd/used_apis | 5 +++++ 3 files changed, 18 insertions(+) create mode 100644 repos/ports/recipes/src/lighttpd/content.mk create mode 100644 repos/ports/recipes/src/lighttpd/hash create mode 100644 repos/ports/recipes/src/lighttpd/used_apis diff --git a/repos/ports/recipes/src/lighttpd/content.mk b/repos/ports/recipes/src/lighttpd/content.mk new file mode 100644 index 000000000..07eb16b70 --- /dev/null +++ b/repos/ports/recipes/src/lighttpd/content.mk @@ -0,0 +1,12 @@ +content: src/app/lighttpd LICENSE + +LIGHTTPD_CONTRIB_DIR := $(call port_dir,$(REP_DIR)/ports/lighttpd)/src/app/lighttpd + +src/app/lighttpd: + mkdir -p $@ + cp -r $(LIGHTTPD_CONTRIB_DIR)/* $@ + $(mirror_from_rep_dir) + +LICENSE: + cp $(LIGHTTPD_CONTRIB_DIR)/COPYING $@ + diff --git a/repos/ports/recipes/src/lighttpd/hash b/repos/ports/recipes/src/lighttpd/hash new file mode 100644 index 000000000..b7ab88e91 --- /dev/null +++ b/repos/ports/recipes/src/lighttpd/hash @@ -0,0 +1 @@ +2018-12-05-a f80f391201136691d597ffff1026fa932ae973db diff --git a/repos/ports/recipes/src/lighttpd/used_apis b/repos/ports/recipes/src/lighttpd/used_apis new file mode 100644 index 000000000..688cf81b2 --- /dev/null +++ b/repos/ports/recipes/src/lighttpd/used_apis @@ -0,0 +1,5 @@ +libc +posix +libssl +libcrypto +zlib