system/speedcontrol: Updated download link.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
fc2c3fecc0
commit
cf2a15c63f
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for speedcontrol
|
# Slackware build script for speedcontrol
|
||||||
|
|
||||||
# Copyright 2008-2009 Heinz Wiesinger <pprkut@liwjatan.at>
|
# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -27,12 +27,10 @@ VERSION=20041204
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
# Automatically determine the architecture we're building on:
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i486 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="speedcontrol"
|
PRGNAM="speedcontrol"
|
||||||
VERSION="20041204"
|
VERSION="20041204"
|
||||||
HOMEPAGE="http://noto.de/"
|
HOMEPAGE="http://noto.de/"
|
||||||
DOWNLOAD="http://noto.de/speed/speedcontrol.c"
|
DOWNLOAD="http://www.liwjatan.at/files/src/speedcontrol.c"
|
||||||
MD5SUM="5c50b0a62f52774cbd9f1036ade36d1b"
|
MD5SUM="5c50b0a62f52774cbd9f1036ade36d1b"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
MAINTAINER="pprkut"
|
MAINTAINER="Heinz Wiesinger"
|
||||||
EMAIL="pprkut@liwjatan.at"
|
EMAIL="pprkut@liwjatan.at"
|
||||||
APPROVED="rworkman"
|
APPROVED="rworkman"
|
||||||
|
|
Loading…
Reference in New Issue