# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="netcf is a cross-platform network configuration library." HOMEPAGE="https://fedorahosted.org/netcf/" SRC_URI="https://fedorahosted.org/released/netcf/${P}.tar.gz" # TODO: COPYING states that this is GPL-2.1 licensed? LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" WANT_AUTOMAKE=1.11 DEPEND=">=app-admin/augeas-0.5.3" RDEPEND="${DEPEND}" src_install() { emake DESTDIR="${D}" install || die "install failed" dodoc AUTHORS ChangeLog README NEWS }