system/acpitool: Update HOMEPAGE.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-01-24 06:32:31 +07:00
parent a13b7b018f
commit 3dccf69721
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@
# Modified by the SlackBuilds.org Project
PRGNAM=acpitool
VERSION=0.5.1
VERSION=${VERSION:-0.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -54,7 +54,7 @@ else
LIBDIRSUFFIX=""
fi
set -e
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
@ -67,7 +67,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Add the string.h include in toshiba.cpp and freq.cpp
patch -p1 < $CWD/acpitool-0.5-add_string.h.patch

View File

@ -1,6 +1,6 @@
PRGNAM="acpitool"
VERSION="0.5.1"
HOMEPAGE="http://freeunix.dyndns.org:8000/site2/acpitool.shtml"
HOMEPAGE="http://acpitool.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/acpitool/acpitool-0.5.1.tar.bz2"
MD5SUM="9e4ec55201be0be71ffbc56d38b42b57"
DOWNLOAD_x86_64=""