# SliTaz package receipt.

PACKAGE="cpuspeed"
VERSION="1.5"
CATEGORY="system-tools"
MAINTAINER="jozee@slitaz.org"
SHORT_DESC="CPU frequency scaling utility"
WEB_SITE="http://www.carlthompson.net/Software/CPUSpeed"
CONFIG_FILES="etc/default/cpufreq"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WGET_URL="http://www.carlthompson.net/downloads/$PACKAGE/$TARBALL"
TAGS="power-maangement"

# Rules to configure and make the package.

compile_rules() {
  cd $src  
  make 
}
	
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/sbin
	cp -a $src/cpuspeed $fs/sbin
	
}