wok view cpuspeed/receipt @ rev 14713

Add python-ethtool
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 09:04:58 2013 +0200 (2013-06-11)
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 }