From 8517b18d0f6573d631ec16f9bffcce0c0a312e84 Mon Sep 17 00:00:00 2001 From: Karol Wojtaszek Date: Mon, 13 Jun 2005 19:12:43 +0000 Subject: Version bump Package-Manager: portage-2.0.51.22-r1 --- sys-power/ncpufreqd/ncpufreqd-1.9.ebuild | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sys-power/ncpufreqd/ncpufreqd-1.9.ebuild (limited to 'sys-power/ncpufreqd/ncpufreqd-1.9.ebuild') diff --git a/sys-power/ncpufreqd/ncpufreqd-1.9.ebuild b/sys-power/ncpufreqd/ncpufreqd-1.9.ebuild new file mode 100644 index 000000000000..f7e60b9c45d1 --- /dev/null +++ b/sys-power/ncpufreqd/ncpufreqd-1.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-1.9.ebuild,v 1.1 2005/06/13 19:12:43 sekretarz Exp $ + +DESCRIPTION="Daemon controlling CPU speed and temperature" +HOMEPAGE="http://fatcat.ftj.agh.edu.pl/~nelchael/" +SRC_URI="http://fatcat.ftj.agh.edu.pl/~nelchael/files/ncpufreqd/${P}.tar.bz2" +LICENSE="ZLIB" + +SLOT="0" +KEYWORDS="~x86 ~amd64" + +IUSE="" + +DEPEND="virtual/logger" + +src_compile() { + ./configure --prefix=${D} || die "could not configure" + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die "emake install failed" + + exeinto /etc/init.d + doexe ${S}/gentoo-init.d/ncpufreqd + dodoc INSTALL LICENCE README +} -- cgit v1.2.3-65-gdbad