diff options
author | 2004-03-31 09:58:00 +0000 | |
---|---|---|
committer | 2004-03-31 09:58:00 +0000 | |
commit | e090f54b24c6340c7434fbb02b7c5353316426cf (patch) | |
tree | 0f98a58378b80ba7e4ac356b79c8fc5837f73cc0 /media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild | |
parent | marked ghc-6.2 stable on x86 (related to bug #46212) (Manifest recommit) (diff) | |
download | gentoo-2-e090f54b24c6340c7434fbb02b7c5353316426cf.tar.gz gentoo-2-e090f54b24c6340c7434fbb02b7c5353316426cf.tar.bz2 gentoo-2-e090f54b24c6340c7434fbb02b7c5353316426cf.zip |
initial import
Diffstat (limited to 'media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild')
-rw-r--r-- | media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild b/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild new file mode 100644 index 000000000000..12249b004a88 --- /dev/null +++ b/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/audio-entropyd/audio-entropyd-0.0.6.ebuild,v 1.1 2004/03/31 09:58:00 method Exp $ + +DESCRIPTION="Audio-entropyd generates entropy-data for the /dev/random device." +HOMEPAGE="http://www.vanheusden.com/aed/" +SRC_URI="http://www.vanheusden.com/aed/${P}.tgz" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="" +RDEPEND="" + +S=${WORKDIR}/${P} + +src_compile() { + emake || die "emake failed" +} + +src_install() { + dobin audio-entropyd + exeinto /etc/init.d + newexe ${FILESDIR}/audio-entropyd.init audio-entropyd +} |