wok view cpuspeed/receipt @ rev 11740

nvidia: removed 195.xx.xx no support for xorg-server 1.9.5
author Richard Dunbar <mojo@slitaz.org>
date Tue Feb 21 19:52:49 2012 +0000 (2012-02-21)
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 }