You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_scgi/mod_scgi-1.14.ebuild

31 lines
712 B

# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="3"
inherit apache-module
DESCRIPTION="Apache module for a replacement of the CGI protocol, similar to FastCGI"
HOMEPAGE="http://python.ca/scgi/ https://pypi.python.org/pypi/scgi"
SRC_URI="http://python.ca/scgi/releases/scgi-${PV}.tar.gz"
LICENSE="CNRI"
SLOT="0"
KEYWORDS="~amd64 hppa ~ppc x86"
IUSE=""
DEPEND="~www-apps/scgi-${PV}"
RDEPEND="${DEPEND}"
S="${WORKDIR}/scgi-${PV}"
APXS2_S="${S}/apache2"
APACHE2_MOD_FILE="${S}/apache2/.libs/${PN}.so"
APACHE2_MOD_CONF="20_mod_scgi"
APACHE2_MOD_DEFINE="SCGI"
DOCFILES="PKG-INFO LICENSE.txt CHANGES.txt apache2/README.txt"
need_apache2_2