mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
desktop/dzen2: Trivial changes.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
0fb41313e4
commit
95834e0539
2 changed files with 2 additions and 4 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for dzen2
|
||||
|
||||
# Written by Grigorios Bouzakis (grbzks@gmail.com)
|
||||
# Written by Mikko Varri (vmj@linuxbox.fi)
|
||||
# Written by Mikko Värri (vmj@linuxbox.fi)
|
||||
# Public domain.
|
||||
|
||||
PRGNAM=dzen2
|
||||
|
@ -11,12 +11,10 @@ VERSION=${VERSION:-0.8.5}
|
|||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://gotmor.googlepages.com/dzen2-0.8.5.tar.gz"
|
|||
MD5SUM="5978620c2124c8a8ad52d7f17ce94fd7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Mikko Varri"
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue