net-dialup/radcli - 1.2.8 (jsteward)

Search

Package Information

Description:
A simple RADIUS client library
Homepage:
http://radcli.github.io/radcli/
License:
radcli

Ebuild Details

Version EAPI Keywords Slot
1.2.8 6 ~x86 0
View Raw Ebuild
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit autotools

DESCRIPTION="A simple RADIUS client library"
HOMEPAGE="http://radcli.github.io/radcli/"
SRC_URI="https://github.com/radcli/radcli/releases/download/${PV}/${P}.tar.gz"

LICENSE="radcli"
SLOT="0"
KEYWORDS="~x86"
IUSE="+nettle"

CDEPEND="
	net-libs/gnutls
	nettle? ( dev-libs/nettle )
"
DEPEND="${CDEPEND}
	dev-util/abi-compliance-checker
	sys-devel/autoconf
	sys-devel/automake
	sys-devel/libtool
"
RDEPEND="${CEPEND}"

src_prepare() {
	eautoreconf
	default
}

src_configure() {
	econf \
		$(use_with nettle ) \
		--with-tls
}

USE Flags

nettle
Default: Enabled (+)

Dependencies

DEPEND

	net-libs/gnutls
	nettle? ( dev-libs/nettle )

	dev-util/abi-compliance-checker
	sys-devel/autoconf
	sys-devel/automake
	sys-devel/libtool

RDEPEND

${CEPEND}

Manifest for 1.2.8

Type File Size Source URLs
DIST radcli-1.2.8.tar.gz 540589 bytes https://github.com/radcli/radcli/releases/download/1.2.8/radcli-1.2.8.tar.gz