summaryrefslogtreecommitdiff
blob: b67a2f104396a5df088480407932e2f4bfd6b897 (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
32
33
34
35
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-www/mod_throttle/mod_throttle-3.1.2-r2.ebuild,v 1.3 2005/09/18 19:26:25 vericgar Exp $

inherit apache-module

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

MY_PV=${PV//./}

DESCRIPTION="Bandwidth and request throttling for Apache"
HOMEPAGE="http://www.snert.com/Software/mod_throttle/"

KEYWORDS="~ppc ~sparc x86"
SRC_URI="http://www.snert.com/Software/${PN}/${PN}${MY_PV}.tgz"
DEPEND=""
LICENSE="as-is"
SLOT="0"
IUSE=""

APACHE1_MOD_CONF="10_${PN}"
APACHE1_MOD_DEFINE="THROTTLE"

need_apache1

src_install() {

	apache1_src_install

	sed 's/Img\///g' < index.shtml > index.html
	dodoc CHANGES.txt LICENSE.txt
	dohtml -r index.html Img/

}