[Lunar-commits] <moonbase> cpupowerd: daemon to control voltages and frequencies on AMD proc
Samuel Verstraete
elangelo at lunar-linux.org
Fri Mar 13 16:02:46 CET 2009
commit abb200353195a9dffe07b0c259981e0ee0389898
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date: Fri Sep 19 17:47:08 2008 +0200
cpupowerd: daemon to control voltages and frequencies on AMD proc
---
utils/cpupowerd/BUILD | 8 ++++++++
utils/cpupowerd/DETAILS | 18 ++++++++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/utils/cpupowerd/BUILD b/utils/cpupowerd/BUILD
new file mode 100644
index 0000000..7182c4f
--- /dev/null
+++ b/utils/cpupowerd/BUILD
@@ -0,0 +1,8 @@
+(
+
+ cd src &&
+ make &&
+ prepare_install &&
+ make install
+
+) > $C_FIFO 2>&1
diff --git a/utils/cpupowerd/DETAILS b/utils/cpupowerd/DETAILS
new file mode 100644
index 0000000..a992818
--- /dev/null
+++ b/utils/cpupowerd/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=cpupowerd
+ VERSION=0.1.2
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+#SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:5d9dae8785c5f6cfa7c76e344f7f61deba1ec114
+ WEB_SITE=http://cpupowerd.sourceforge.net
+ ENTERED=20080919
+ UPDATED=20080919
+ SHORT="A daemon which controls the frequency and voltage of CPUs."
+
+cat <<EOF
+This userland program adjusts the frequency and voltage according to
+the CPUs load.
+Its capabilities include overvolting as well as undervolting.
+Currently it supports only AMD K8 processors like Athlon, Athlon64 (X2),
+Sempron, Opteron, Turion ...
+EOF
More information about the Lunar-commits
mailing list