# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 inherit eutils apache-module DESCRIPTION="Bandwidth throttling and balancing for Apache 1 and Apache 2" HOMEPAGE="http://www.topology.org/src/bwshare/README.html" SRC_URI="http://www.topology.org/src/bwshare/${PF}.zip" KEYWORDS="~x86" DEPEND="app-arch/unzip" LICENSE="as-is" SLOT="0" IUSE="" S="${WORKDIR}/${PF}" APACHE1_MOD_CONF="13_${PN}" APACHE1_MOD_DEFINE="BWSHARE" APACHE2_MOD_CONF="13_${PN}" APACHE2_MOD_DEFINE="BWSHARE" need_apache