           SPELL=cpufrequtils
	 VERSION=008
	  SOURCE=$SPELL-$VERSION.tar.bz2
	 SOURCE2=$SOURCE.sign
      SOURCE_URL=$KERNEL_URL/pub/linux/utils/kernel/cpufreq/$SOURCE
     SOURCE2_URL=$SOURCE_URL.sign
      SOURCE_GPG=kernel.gpg:$SOURCE2:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html
         ENTERED=20050724
         LICENCE=GPL2
        KEYWORDS="utils"
	   SHORT="utilities for handling the kernel cpufreq subsystem"
cat << EOF
To make access to the Linux kernel cpufreq subsystem easier for users and 
cpufreq userspace tools, a cpufrequtils package was created. It contains a 
library used by other programs (libcpufreq), command line tools to determine 
current CPUfreq settings and to modify them (cpufreq-info and cpufreq-set), and 
debug tools. It is licensed under the GPLv2.
EOF
