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/net-dialup/radiusclient/radiusclient-0.3.2.ebuild

33 lines
905 B

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-dialup/radiusclient/radiusclient-0.3.2.ebuild,v 1.25 2012/09/06 01:19:23 blueness Exp $
inherit eutils autotools
DESCRIPTION="A library for writing RADIUS clients accompanied with several client utilities."
HOMEPAGE="http://freshmeat.net/projects/radiusclient/"
SRC_URI="ftp://ftp.cityline.net/pub/radiusclient/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE=""
DEPEND="!net-dialup/radiusclient-ng
!net-dialup/freeradius-client"
RDEPEND="${DEPEND}"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/pkgsysconfdir-install.patch"
eautoreconf
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
dodoc README BUGS CHANGES COPYRIGHT
dohtml doc/instop.html
}