# HG changeset patch # User Rohit Joshi # Date 1273150594 14400 # Node ID 31b41668ad9df51ecc962d9a7a6ffdb75e3fbf48 # Parent 9f3e69cbfaa264e2d857991ea75cb5e0bffb2e04 Add cpuspeed diff -r 9f3e69cbfaa2 -r 31b41668ad9d cpuspeed/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cpuspeed/receipt Thu May 06 08:56:34 2010 -0400 @@ -0,0 +1,27 @@ +# 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 + +}