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_auth_xradius/mod_auth_xradius-0.4.6-r1.e...

29 lines
638 B

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit autotools
DESCRIPTION="Radius authentication for Apache"
HOMEPAGE="http://www.outoforder.cc/projects/apache/mod_auth_xradius/"
SRC_URI="http://www.outoforder.cc/downloads/${PN}/${P}.tar.bz2"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
DEPEND="www-servers/apache"
PATCHES=(
"${FILESDIR}"/${P}-obsolete-autotools-syntax.patch
"${FILESDIR}"/${P}-fallback-support.patch
"${FILESDIR}"/${P}-apache24-api-changes.patch
"${FILESDIR}"/${P}-fno-common.patch
)
src_prepare() {
default
AT_M4DIR="m4" eautoreconf
}