git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
2730e1f
Branches
Tags
master
keks-overlay.git
www-apache
mod_fcgid
mod_fcgid-2.3.5_pre20091221.ebuild
mod_fcgi svn snapshot
Hanno Böck
commited
2730e1f
at 2009-12-21 15:34:56
mod_fcgid-2.3.5_pre20091221.ebuild
Blame
History
Raw
# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/www-apache/mod_fcgid/mod_fcgid-2.3.4.ebuild,v 1.2 2009/11/30 15:49:16 scarabeus Exp $ inherit apache-module eutils multilib DESCRIPTION="mod_fcgid is a binary-compatible alternative to mod_fastcgi with better process management." HOMEPAGE="http://fastcgi.coremail.cn/" SRC_URI="http://websiterra.com/friends/apache/httpd/mod_fcgid/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="" APACHE2_MOD_CONF="2.2/20_${PN}" APACHE2_MOD_DEFINE="FCGID" DOCFILES="AUTHOR ChangeLog" need_apache2_2 src_compile () { ./configure.apxs || die "apxs configure failed!" make || die "make failed" ln -sf modules/fcgid/.libs .libs || die "symlink creation failed" }