summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author John Tyree2011-09-05 20:51:23 +0200
committer Robby Workman2011-09-05 20:51:23 +0200
commit00776d8b63081697ad98de06d7d2281955b76f7a (patch)
tree0a0d22d547595d0d960d0bfc6b5beaca3189ee16
parent05bc19a05fa55e1f76965ee1257d920cc1b4a85b (diff)
downloadslackbuilds-00776d8b63081697ad98de06d7d2281955b76f7a.tar.gz
system/laptop-mode-tools: Updated for version 1.59.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--system/laptop-mode-tools/README6
-rw-r--r--system/laptop-mode-tools/doinst.sh1
-rw-r--r--system/laptop-mode-tools/laptop-mode-tools.SlackBuild17
-rw-r--r--system/laptop-mode-tools/laptop-mode-tools.info10
4 files changed, 18 insertions, 16 deletions
diff --git a/system/laptop-mode-tools/README b/system/laptop-mode-tools/README
index 5e4d8e0bac..a03f44850e 100644
--- a/system/laptop-mode-tools/README
+++ b/system/laptop-mode-tools/README
@@ -5,6 +5,6 @@ which lets your hard drive spin down. In addition, it allows you to tweak
a number of other power-related settings using a simple configuration file.
To launch laptop-mode-tools on system start, add the following to rc.local:
-if [ -x /etc/rc.d/rc.laptop-mode ]; then
- /etc/rc.d/rc.laptop-mode start
-fi
+ if [ -x /etc/rc.d/rc.laptop-mode ]; then
+ /etc/rc.d/rc.laptop-mode start
+ fi
diff --git a/system/laptop-mode-tools/doinst.sh b/system/laptop-mode-tools/doinst.sh
index 2e40b106cf..1247258c2c 100644
--- a/system/laptop-mode-tools/doinst.sh
+++ b/system/laptop-mode-tools/doinst.sh
@@ -10,7 +10,6 @@ config() {
fi
# Otherwise, we leave the .new copy for the admin to consider...
}
-
preserve_perms() {
NEW="$1"
OLD="$(dirname $NEW)/$(basename $NEW .new)"
diff --git a/system/laptop-mode-tools/laptop-mode-tools.SlackBuild b/system/laptop-mode-tools/laptop-mode-tools.SlackBuild
index a4396f35ba..e0d60affd2 100644
--- a/system/laptop-mode-tools/laptop-mode-tools.SlackBuild
+++ b/system/laptop-mode-tools/laptop-mode-tools.SlackBuild
@@ -1,6 +1,7 @@
#!/bin/sh
# Slackware build script for laptop-mode-tools
+
# Copyright 2010 V'yacheslav Stetskevych <slava18@gmail.com>
# All rights reserved.
#
@@ -21,8 +22,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# Maintained by John Tyree <johntyree+sbo@gmail.com>
+
PRGNAM=laptop-mode-tools
-VERSION=${VERSION:-1.55}
+VERSION=${VERSION:-1.59}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -56,7 +59,7 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/${PRGNAM}_$VERSION.tar.gz
-cd ${PRGNAM}_$VERSION
+cd ${PRGNAM}-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -64,21 +67,21 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-DESTDIR=$PKG INIT_D=$PKG/etc/rc.d MAN_D=/usr/man ./install.sh
-install -d $PKG/var/run/laptop-mode-tools
+DESTDIR=$PKG INIT_D=$PKG/etc/rc.d MAN_D=/usr/man ./install.sh
[ "$LIBDIRSUFFIX" = "64" ] && mv $PKG/usr/lib $PKG/usr/lib64
find $PKG/usr/man -type f -exec gzip -9 {} \;
+# No need to create /var/run/laptop-mode-tools in the package, as the
+# init script creates the directory; in many recent distros, /var/run
+# is on a tmpfs, so nothing should ever assume that a subdir exists already
mv $PKG/etc/rc.d/laptop-mode $PKG/etc/rc.d/rc.laptop-mode.new
find $PKG/etc/laptop-mode -name '*.conf' -exec mv {} {}.new \;
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a \
- README COPYING \
- $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a README COPYING $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/system/laptop-mode-tools/laptop-mode-tools.info b/system/laptop-mode-tools/laptop-mode-tools.info
index 675611b8db..8a2282fc8d 100644
--- a/system/laptop-mode-tools/laptop-mode-tools.info
+++ b/system/laptop-mode-tools/laptop-mode-tools.info
@@ -1,10 +1,10 @@
PRGNAM="laptop-mode-tools"
-VERSION="1.55"
+VERSION="1.59"
HOMEPAGE="http://www.samwel.tk/laptop_mode/"
-DOWNLOAD="http://samwel.tk/laptop_mode/tools/downloads/laptop-mode-tools_1.55.tar.gz"
-MD5SUM="fda9255375de2dd3b86526da39160cf0"
+DOWNLOAD="http://samwel.tk/laptop_mode/tools/downloads/laptop-mode-tools_1.59.tar.gz"
+MD5SUM="0c4de075dd714681b4ff62c84d45513c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-MAINTAINER="V'yacheslav Stetskevych"
-EMAIL="slava18@gmail.com"
+MAINTAINER="John Tyree"
+EMAIL="johntyree+sbo@gmail.com"
APPROVED="rworkman"