From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] spawn-fcgi: Add new package
Date: Thu, 26 Mar 2020 15:53:38 +0100 [thread overview]
Message-ID: <20200326145338.13032-1-ada@thorsis.com> (raw)
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
rules/spawn-fcgi.in | 11 +++++++++
rules/spawn-fcgi.make | 56 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+)
create mode 100644 rules/spawn-fcgi.in
create mode 100644 rules/spawn-fcgi.make
diff --git a/rules/spawn-fcgi.in b/rules/spawn-fcgi.in
new file mode 100644
index 000000000..9cf6489bc
--- /dev/null
+++ b/rules/spawn-fcgi.in
@@ -0,0 +1,11 @@
+## SECTION=networking
+
+config SPAWN_FCGI
+ tristate
+ prompt "spawn-fcgi"
+ help
+ spawn-fcgi is used to spawn FastCGI applications
+
+ https://redmine.lighttpd.net/projects/spawn-fcgi
+
+# vim: ft=kconfig noet tw=72 ts=8 sw=8
diff --git a/rules/spawn-fcgi.make b/rules/spawn-fcgi.make
new file mode 100644
index 000000000..f6aa45dd5
--- /dev/null
+++ b/rules/spawn-fcgi.make
@@ -0,0 +1,56 @@
+# -*-makefile-*-
+#
+# Copyright (C) 2020 by Alexander Dahl <ada@thorsis.com>
+#
+# For further information about the PTXdist project and license conditions
+# see the README file.
+#
+
+#
+# We provide this package
+#
+PACKAGES-$(PTXCONF_SPAWN_FCGI) += spawn-fcgi
+
+#
+# Paths and names
+#
+SPAWN_FCGI_VERSION := 1.6.4
+SPAWN_FCGI_MD5 := a67c098a50cd625fd12adf61b5dd4c32
+SPAWN_FCGI := spawn-fcgi-$(SPAWN_FCGI_VERSION)
+SPAWN_FCGI_SUFFIX := tar.xz
+SPAWN_FCGI_URL := https://download.lighttpd.net/spawn-fcgi/releases-1.6.x/$(SPAWN_FCGI).$(SPAWN_FCGI_SUFFIX)
+SPAWN_FCGI_SOURCE := $(SRCDIR)/$(SPAWN_FCGI).$(SPAWN_FCGI_SUFFIX)
+SPAWN_FCGI_DIR := $(BUILDDIR)/$(SPAWN_FCGI)
+SPAWN_FCGI_LICENSE := BSD-3-Clause
+SPAWN_FCGI_LICENSE_FILES := file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579
+
+# ----------------------------------------------------------------------------
+# Prepare
+# ----------------------------------------------------------------------------
+
+SPAWN_FCGI_CONF_TOOL := autoconf
+SPAWN_FCGI_CONF_OPT := \
+ $(CROSS_AUTOCONF_USR) \
+ $(GLOBAL_IPV6_OPTION) \
+ --enable-extra-warnings
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/spawn-fcgi.targetinstall:
+ @$(call targetinfo)
+
+ @$(call install_init, spawn-fcgi)
+ @$(call install_fixup, spawn-fcgi,PRIORITY,optional)
+ @$(call install_fixup, spawn-fcgi,SECTION,base)
+ @$(call install_fixup, spawn-fcgi,AUTHOR,"Alexander Dahl <ada@thorsis.com>")
+ @$(call install_fixup, spawn-fcgi,DESCRIPTION,missing)
+
+ @$(call install_copy, spawn-fcgi, 0, 0, 0755, -, /usr/bin/spawn-fcgi)
+
+ @$(call install_finish, spawn-fcgi)
+
+ @$(call touch)
+
+# vim: ft=make noet tw=72 ts=8 sw=8
--
2.20.1
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2020-03-26 14:53 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-26 14:53 Alexander Dahl [this message]
2020-04-01 15:06 ` [ptxdist] " Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200326145338.13032-1-ada@thorsis.com \
--to=ada@thorsis.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox