From e686559d0d1873b6185a21039511991f37f15f9c Mon Sep 17 00:00:00 2001 From: "erich@mine.nu" Date: Thu, 1 Apr 2004 23:34:02 +0000 Subject: 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 --- cpufreqd/cpufreqd_1.1.2.oe | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'cpufreqd') 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" -- cgit v1.2.3