wok view cpuspeed/receipt @ rev 12581

lxnetdaemon: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 28 21:11:28 2012 +0200 (2012-04-28)
parents
children d71ba04aa9f5
line source
1 # SliTaz package receipt.
3 PACKAGE="cpuspeed"
4 VERSION="1.5"
5 CATEGORY="system-tools"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="CPU frequency scaling utility"
8 WEB_SITE="http://www.carlthompson.net/Software/CPUSpeed"
9 CONFIG_FILES="etc/default/cpufreq"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="http://www.carlthompson.net/downloads/$PACKAGE/$TARBALL"
12 TAGS="power-maangement"
14 # Rules to configure and make the package.
16 compile_rules() {
17 cd $src
18 make
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/sbin
25 cp -a $src/cpuspeed $fs/sbin
27 }