wok view cpuspeed/receipt @ rev 20367

debugging code removed
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 20:50:42 2018 +0000 (2018-06-09)
parents d71ba04aa9f5
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="cpuspeed"
4 VERSION="1.5"
5 SHORT_DESC="CPU frequency scaling utility"
6 CATEGORY="system-tools"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.carlthompson.net/Software/CPUSpeed"
10 CONFIG_FILES="etc/default/cpufreq"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://www.carlthompson.net/downloads/$PACKAGE/$TARBALL"
13 TAGS="power-management"
15 # Rules to configure and make the package.
17 compile_rules() {
18 cd $src
19 make
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/sbin
26 cp -a $src/cpuspeed $fs/sbin
28 }