# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 DESCRIPTION="A simple entropy daemon using the HAVEGE algorithm" HOMEPAGE="http://www.issihosts.com/haveged/" SRC_URI="http://www.issihosts.com/haveged/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" IUSE="" DEPEND="sys-devel/gcc" RDEPEND="sys-apps/openrc" src_configure() { econf --bindir=/usr/sbin --enable-nistest } src_test() { emake check } src_install() { default # This is a RedHat init script rm -rf "${D}"/etc/init.d/haveged # Install gentoo ones instead newinitd "${FILESDIR}"/haveged-init.d.2 haveged newconfd "${FILESDIR}"/haveged-conf.d haveged }