]> Pileus Git - ~andy/sunrise/blob - sys-apps/timer_entropyd/timer_entropyd-0.1.ebuild
sys-apps/timer_entropyd: New ebuild to address bug 308599.
[~andy/sunrise] / sys-apps / timer_entropyd / timer_entropyd-0.1.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="A timer-based entropy generator"
6 HOMEPAGE="http://www.vanheusden.com/te/"
7 SRC_URI="http://www.vanheusden.com/te/${P}.tgz"
8
9 LICENSE="GPL-2"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 src_install() {
15         dosbin ${PN} || die "failed to install daemon"
16         newinitd "${FILESDIR}/timer_entropyd.initd" ${PN} || die
17         dodoc Changes readme.txt || die
18 }