system/cpufreqd: Updated for version 2.1.1
This commit is contained in:
parent
e5f1fc75e3
commit
6e3b4401fa
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for cpufreqd
|
||||
|
||||
# Copyright 2006 Robby Workman (http://rlworkman.net)
|
||||
# Copyright 2006-2007 Robby Workman (http://rlworkman.net)
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -29,7 +29,7 @@ VERSION=2.1.1
|
|||
ARCH=${ARCH:-i486}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
CWD=`pwd`
|
||||
CWD=$(pwd)
|
||||
TMP=${TMP:-/tmp/SBo}
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
@ -62,7 +62,7 @@ make install-strip DESTDIR=$PKG || exit 1
|
|||
|
||||
( cd $PKG/usr/man
|
||||
find . -type f -exec gzip -9 {} \;
|
||||
for i in `find . -type l` ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
for i in $(find . -type l) ; do ln -s $(readlink $i).gz $i.gz ; rm $i ; done
|
||||
)
|
||||
|
||||
mv $PKG/etc/cpufreqd.conf $PKG/etc/cpufreqd.conf.new
|
||||
|
|
|
@ -5,4 +5,4 @@ DOWNLOAD="http://dl.sourceforge.net/cpufreqd/cpufreqd-2.1.1.tar.bz2"
|
|||
MD5SUM="06383f704bdf612ba2b8c46b27594266"
|
||||
MAINTAINER="Robby Workman"
|
||||
EMAIL="rw@rlworkman.net"
|
||||
APPROVED="robw810"
|
||||
APPROVED="rworkman"
|
||||
|
|
|
@ -12,4 +12,3 @@ config() {
|
|||
}
|
||||
|
||||
config etc/cpufreqd.conf.new
|
||||
|
||||
|
|
|
@ -1,3 +1,11 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
cpufreqd: cpufreqd (cpu frequency scaling daemon)
|
||||
cpufreqd:
|
||||
cpufreqd: cpufreqd is meant to be a replacement of the speedstep applet you
|
||||
|
|
Loading…
Reference in New Issue