wok view cpuspeed/receipt @ rev 14909

slitaz-i18n: add slitaz-configs as bdep; slitaz-configs: back openbox menu; locale-el, locale-ru: add keyboard layout icons; locale-fr, locale-hu, locale-pt_BR: recook with openbox menu.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Aug 05 11:40:01 2013 +0300 (2013-08-05)
parents 02ae81877dfd
children 223b265f40fd
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-management"
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 }