wok view cpuspeed/receipt @ rev 14249

gxine: fix build for 0.5.905 (last 0.5.907 have lirc bugs)
author Christophe Lincoln <pankso@slitaz.org>
date Mon Mar 25 11:24:21 2013 +0100 (2013-03-25)
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 }