increase dvbapp PR.
[vuplus_openembedded] / recipes / cpufreqd / cpufreqd_1.1.2.bb
1 DESCRIPTION = "cpufreqd is meant to be a replacement of the speedstep \
2 applet you can find in Windows. It monitors battery level, CPU usage, \
3 AC state, and running programs and adjusts the frequency governor \
4 according to a set of rules specified in the config file."
5 SECTION = "console/utils"
6 LICENSE = "GPL"
7
8 SRC_URI = "${SOURCEFORGE_MIRROR}/cpufreqd/cpufreqd-${PV}.tar.gz \
9            file://nonrootinstall.patch;patch=1"
10
11 inherit autotools
12
13 FILES_${PN} = "${sbindir} ${sysconfdir} ${libdir}/libsys_*.so"
14 FILES_${PN}-dev = "${libdir}/*.la ${libdir}/*.a"