summaryrefslogtreecommitdiff
blob: 1ed3639876d6945f3713d9a6d6171068b1d07ee9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-power/ncpufreqd/ncpufreqd-2.4.ebuild,v 1.2 2007/11/04 14:28:17 nelchael Exp $

inherit cmake-utils

DESCRIPTION="Daemon controlling CPU speed and temperature"
HOMEPAGE="http://projects.simpledesigns.com.pl/project/ncpufreqd/"
SRC_URI="http://projects.simpledesigns.com.pl/get/${P}.tar.bz2"
LICENSE="ZLIB"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE=""

DEPEND="virtual/logger"

src_install() {

	cmake-utils_src_install

	cd "${S}"

	doinitd gentoo-init.d/ncpufreqd
	dodoc AUTHORS ChangeLog README

}