summaryrefslogtreecommitdiff
blob: fe96cb08a3d3ccd9d370af5606e16594635ac529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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-3.2.1-r1.ebuild,v 1.1 2005/01/07 19:06:56 vericgar Exp $

inherit apache-module

# test target in Makefile isn't sane
RESTRICT="maketest"

DESCRIPTION="An Apache 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"
SLOT="1"
KEYWORDS="~x86"
IUSE=""

DEPEND=""
RDEPEND=""

APXS1_S="${S}"
APXS1_ARGS="-c ${PN}.c utility.c origin.c layout.c"
APACHE1_MOD_FILE="${PN}.so"
APACHE1_MOD_CONF="${PVR}/15_mod_layout"
APACHE1_MOD_DEFINE="LAYOUT"

DOCFILES="LICENSE README THANKS TODO faq.html"

need_apache1