summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Robby Workman2010-05-11 19:46:24 +0200
committer Robby Workman2010-05-11 19:46:24 +0200
commit6e3b4401fac94cb4c240c449366d6b66b4d94809 (patch)
treee476e6d161bed88fede3be086213fa0d60991372 /system
parente5f1fc75e36b4e043b9a3aeb81c1c6dd590fad69 (diff)
downloadslackbuilds-6e3b4401fac94cb4c240c449366d6b66b4d94809.tar.gz
system/cpufreqd: Updated for version 2.1.1
Diffstat (limited to 'system')
-rw-r--r--system/cpufreqd/cpufreqd.SlackBuild6
-rw-r--r--system/cpufreqd/cpufreqd.info2
-rw-r--r--system/cpufreqd/doinst.sh1
-rw-r--r--system/cpufreqd/slack-desc8
4 files changed, 12 insertions, 5 deletions
diff --git a/system/cpufreqd/cpufreqd.SlackBuild b/system/cpufreqd/cpufreqd.SlackBuild
index ac3030f5d2..0972c06ff9 100644
--- a/system/cpufreqd/cpufreqd.SlackBuild
+++ b/system/cpufreqd/cpufreqd.SlackBuild
@@ -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
diff --git a/system/cpufreqd/cpufreqd.info b/system/cpufreqd/cpufreqd.info
index 47ce9d1f87..7085be6f71 100644
--- a/system/cpufreqd/cpufreqd.info
+++ b/system/cpufreqd/cpufreqd.info
@@ -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"
diff --git a/system/cpufreqd/doinst.sh b/system/cpufreqd/doinst.sh
index 3c57d2f70c..038f30587a 100644
--- a/system/cpufreqd/doinst.sh
+++ b/system/cpufreqd/doinst.sh
@@ -12,4 +12,3 @@ config() {
}
config etc/cpufreqd.conf.new
-
diff --git a/system/cpufreqd/slack-desc b/system/cpufreqd/slack-desc
index b8435fc4f8..957c38be7e 100644
--- a/system/cpufreqd/slack-desc
+++ b/system/cpufreqd/slack-desc
@@ -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