Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 102857
Collapse All | Expand All

(-)spawn-fcgi-1.2.0.ebuild.orig (-2 / +6 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild,v 1.3 2005/07/10 00:56:13 swegener Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-www/spawn-fcgi/spawn-fcgi-1.2.0.ebuild,v 1.3 2005/07/10 00:56:13 swegener Exp $
4
4
5
inherit eutils
5
inherit eutils depend.php
6
6
7
URI_ROOT="http://jan.kneschke.de/projects/lighttpd/download/"
7
URI_ROOT="http://jan.kneschke.de/projects/lighttpd/download/"
8
DESCRIPTION="fast-cgi server for php and lighttpd"
8
DESCRIPTION="fast-cgi server for php and lighttpd"
Lines 17-23 Link Here
17
		>=sys-devel/libtool-1.4
17
		>=sys-devel/libtool-1.4
18
		>=sys-libs/zlib-1.1"
18
		>=sys-libs/zlib-1.1"
19
RDEPEND=">=sys-libs/zlib-1.1
19
RDEPEND=">=sys-libs/zlib-1.1
20
		 >=dev-php/php-cgi-4.3.0"
20
		virtual/httpd-php"
21
22
pkg_setup() {
23
	require_php_with_use cgi
24
}
21
25
22
src_install() {
26
src_install() {
23
	make DESTDIR=${D} install || die
27
	make DESTDIR=${D} install || die

Return to bug 102857