You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_bw/mod_bw-0.9.2-r1.ebuild

30 lines
532 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit apache-module epatch
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
S="${WORKDIR}"
src_prepare() {
epatch "${FILESDIR}/${P}-apache24.patch"
}