diff options
Diffstat (limited to 'sys-power/ncpufreqd/ncpufreqd-2.2.ebuild')
-rw-r--r-- | sys-power/ncpufreqd/ncpufreqd-2.2.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-power/ncpufreqd/ncpufreqd-2.2.ebuild b/sys-power/ncpufreqd/ncpufreqd-2.2.ebuild new file mode 100644 index 000000000000..3233ae9a7e66 --- /dev/null +++ b/sys-power/ncpufreqd/ncpufreqd-2.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.2.ebuild,v 1.1 2006/11/23 16:29:34 nelchael Exp $ + +DESCRIPTION="Daemon controlling CPU speed and temperature" +HOMEPAGE="http://www.nelchael.net/" +SRC_URI="http://download.nelchael.net/${PN}/${P}.tar.bz2" +LICENSE="ZLIB" + +SLOT="0" +KEYWORDS="~amd64 ~x86" + +IUSE="" + +DEPEND="virtual/logger" + +src_install() { + make DESTDIR=${D} install || die "emake install failed" + + exeinto /etc/init.d + doexe ${S}/gentoo-init.d/ncpufreqd + dodoc AUTHORS ChangeLog NEWS README +} |