diff options
Diffstat (limited to 'python/pyicu/pyicu.SlackBuild')
-rw-r--r-- | python/pyicu/pyicu.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/python/pyicu/pyicu.SlackBuild b/python/pyicu/pyicu.SlackBuild index c1227c114c..1e6ca77d9d 100644 --- a/python/pyicu/pyicu.SlackBuild +++ b/python/pyicu/pyicu.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pyicu -# Copyright 2009-2010 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2009-2011 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,18 +23,16 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pyicu -VERSION=0.9 +VERSION=1.1 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=PyICU -# 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 |