www-servers/spawn-fcgi - 1.6.5 (oubliette)

Search

Package Information

Description:
A FCGI spawner for lighttpd and cherokee and other webservers
Homepage:
https://redmine.lighttpd.net/projects/spawn-fcgi
License:
BSD GPL-2

Ebuild Details

Version EAPI Keywords Slot
1.6.5 8 ~alpha amd64 arm ~hppa ppc ppc64 sparc x86 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="A FCGI spawner for lighttpd and cherokee and other webservers"
HOMEPAGE="https://redmine.lighttpd.net/projects/spawn-fcgi"
SRC_URI="https://www.lighttpd.net/download/${P}.tar.xz"

LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 sparc x86"
IUSE="ipv6"

src_configure() {
	econf $(use_enable ipv6)
}

src_install() {
	default

	newconfd "${FILESDIR}"/spawn-fcgi.confd spawn-fcgi
	newinitd "${FILESDIR}"/spawn-fcgi.initd-r3 spawn-fcgi

	docinto examples
	dodoc doc/run-generic doc/run-php doc/run-rails
}

USE Flags

Manifest for 1.6.5

Type File Size Source URLs
DIST spawn-fcgi-1.6.5.tar.xz 79968 bytes https://www.lighttpd.net/download/spawn-fcgi-1.6.5.tar.xz