diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-01 23:34:02 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-01 23:34:02 +0000 |
commit | e686559d0d1873b6185a21039511991f37f15f9c (patch) | |
tree | 9683394538be6ff46c67f149745efc6f5137a95a /cpufreqd | |
parent | b5a7b2f50f75f480f240bec89101d5b11adcecf5 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into erichl.mine.nu:/home/erich/src/packages
2004/04/01 18:33:27-05:00 mine.nu!erich
RDEPENDS cleanup - removed explicit RDEPENDS on shared libraries since it is automatically created at packaging time
BKrev: 406ca6eaDQx4hBfzmy25UVudaZgnBQ
Diffstat (limited to 'cpufreqd')
-rw-r--r-- | cpufreqd/cpufreqd_1.1.2.oe | 13 |
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" |