diff options
Diffstat (limited to 'libraries/libgsasl/libgsasl.SlackBuild')
-rw-r--r-- | libraries/libgsasl/libgsasl.SlackBuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libraries/libgsasl/libgsasl.SlackBuild b/libraries/libgsasl/libgsasl.SlackBuild index 83cbc93296..7d8723af15 100644 --- a/libraries/libgsasl/libgsasl.SlackBuild +++ b/libraries/libgsasl/libgsasl.SlackBuild @@ -2,7 +2,7 @@ # SlackBuild script for "libgsasl". -# Copyright 2009 Marcel Saegebarth <tsa@gmx.li> +# Copyright 2009-2010 Marcel Saegebarth <marc@mos6581.de> # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -25,16 +25,14 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=libgsasl -VERSION=1.4.0 +VERSION=1.4.4 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 |