diff options
author | Michael Stewart <vericgar@gentoo.org> | 2005-01-07 19:06:56 +0000 |
---|---|---|
committer | Michael Stewart <vericgar@gentoo.org> | 2005-01-07 19:06:56 +0000 |
commit | eea7ad255ffc6848c5c868f189a7997c5fd6ced3 (patch) | |
tree | b292074f4fe636eb037bf01470720497cfc35629 /net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild | |
parent | Update to use KV_FULL (Manifest recommit) (diff) | |
download | gentoo-2-eea7ad255ffc6848c5c868f189a7997c5fd6ced3.tar.gz gentoo-2-eea7ad255ffc6848c5c868f189a7997c5fd6ced3.tar.bz2 gentoo-2-eea7ad255ffc6848c5c868f189a7997c5fd6ced3.zip |
Apache herd package refresh
Diffstat (limited to 'net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild')
-rw-r--r-- | net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild b/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild new file mode 100644 index 000000000000..7e31ab794669 --- /dev/null +++ b/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mod_layout/mod_layout-4.0.1a-r1.ebuild,v 1.1 2005/01/07 19:06:56 vericgar Exp $ + +inherit apache-module + +DESCRIPTION="An Apache2 DSO module for adding custom headers and/or footers" +HOMEPAGE="http://software.tangent.org/" + +SRC_URI="http://download.tangent.org/${P}.tar.gz" +LICENSE="as-is" +KEYWORDS="~x86 ~ppc" +IUSE="" +SLOT="2" + +APXS2_S="${S}" +APXS2_ARGS="-c ${PN}.c utility.c layout.c" + +APACHE2_MOD_FILE=".libs/${PN}.so" +APACHE2_MOD_CONF="${PVR}/15_mod_layout" +APACHE2_MOD_DEFINE="LAYOUT" + +DOCFILES="README" + +need_apache2 + |