Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
config BR2_PACKAGE_SPAWN_FCGI
bool "spawn-fcgi"
depends on BR2_USE_MMU # fork()
help
FastCGI process spawner.
Project split from lighttpd.
http://redmine.lighttpd.net/projects/spawn-fcgi

View File

@@ -0,0 +1,2 @@
# From http://redmine.lighttpd.net/news/9
sha256 a3cfc7c9581b6ddc31084b379c9160323fa345d357ace6cd2d3d3af3593e2873 spawn-fcgi-1.6.4.tar.bz2

View File

@@ -0,0 +1,13 @@
################################################################################
#
# spawn-fcgi
#
################################################################################
SPAWN_FCGI_VERSION = 1.6.4
SPAWN_FCGI_SITE = http://www.lighttpd.net/download
SPAWN_FCGI_SOURCE = spawn-fcgi-$(SPAWN_FCGI_VERSION).tar.bz2
SPAWN_FCGI_LICENSE = BSD-3c
SPAWN_FCGI_LICENSE_FILES = COPYING
$(eval $(autotools-package))