summaryrefslogtreecommitdiff
path: root/cpufreqd
diff options
context:
space:
mode:
Diffstat (limited to 'cpufreqd')
-rw-r--r--cpufreqd/cpufreqd_1.1.2.oe13
1 files changed, 13 insertions, 0 deletions
diff --git a/cpufreqd/cpufreqd_1.1.2.oe b/cpufreqd/cpufreqd_1.1.2.oe
index e69de29bb2..13112948b7 100644
--- a/cpufreqd/cpufreqd_1.1.2.oe
+++ b/cpufreqd/cpufreqd_1.1.2.oe
@@ -0,0 +1,13 @@
+DESCRIPTION = "cpufreqd is meant to be a replacement of the speedstep \
+applet you can find in Windows. It monitors battery level, CPU usage, \
+AC state, and running programs and adjusts the frequency governor \
+according to a set of rules specified in the config file."
+DEPENDS = "virtual/libc"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/cpufreqd/cpufreqd-${PV}.tar.gz \
+ file://${FILESDIR}/nonrootinstall.patch;patch=1"
+
+inherit autotools libtool
+
+FILES_${PN} = "${sbindir} ${sysconfdir} ${libdir}/libsys_*.so"
+FILES_${PN}-dev = "${libdir}/*.la ${libdir}/*.a"