diff options
Diffstat (limited to 'desktop/xfce4-dict/xfce4-dict.SlackBuild')
-rw-r--r-- | desktop/xfce4-dict/xfce4-dict.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/desktop/xfce4-dict/xfce4-dict.SlackBuild b/desktop/xfce4-dict/xfce4-dict.SlackBuild index 123c90fe03..70528983df 100644 --- a/desktop/xfce4-dict/xfce4-dict.SlackBuild +++ b/desktop/xfce4-dict/xfce4-dict.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xfce4-dict -# Copyright 2006-2011 Robby Workman, Northport, AL, USA +# Copyright 2006-2013 Robby Workman, Northport, AL, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,16 +23,14 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=xfce4-dict -VERSION=0.6.0 +VERSION=${VERSION:-0.7.0} 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 |