25 lines
579 B
Bash
25 lines
579 B
Bash
# Copyright 1999-2011 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_bw/mod_bw-0.9.1.ebuild,v 1.1 2011/10/14 16:49:38 beandog Exp $
|
|
|
|
inherit apache-module
|
|
|
|
DESCRIPTION="Bandwidth Management Module for Apache2."
|
|
HOMEPAGE="http://www.ivn.cl/apache/"
|
|
|
|
SRC_URI="http://ivn.cl/files/source/${P/9./9}.tgz"
|
|
|
|
KEYWORDS="~amd64 ~ppc ~x86"
|
|
LICENSE="Apache-2.0"
|
|
SLOT="0"
|
|
IUSE=""
|
|
|
|
DEPEND="sys-devel/libtool"
|
|
RDEPEND=""
|
|
|
|
APACHE2_MOD_CONF="11_${PN}"
|
|
APACHE2_MOD_DEFINE="BW"
|
|
|
|
need_apache2_2
|
|
|
|
S="${WORKDIR}"
|