diff options
author | Eugene Wissner <belka@caraus.de> | 2017-01-24 23:02:13 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-28 07:38:04 +0700 |
commit | 910c63d8e1e042f521d4db3b50976743ebcf27e8 (patch) | |
tree | e3a07447dd30875f6c56d705e1eb625d455aca76 /development/ioncube-loader/ioncube-loader.SlackBuild | |
parent | 85bb4f347d4446ae152575d711b110d4d8e6f3c5 (diff) | |
download | slackbuilds-910c63d8e1e042f521d4db3b50976743ebcf27e8.tar.gz |
development/ioncube-loader: Updated for version 6.0.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/ioncube-loader/ioncube-loader.SlackBuild')
-rw-r--r-- | development/ioncube-loader/ioncube-loader.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/ioncube-loader/ioncube-loader.SlackBuild b/development/ioncube-loader/ioncube-loader.SlackBuild index f837089f6e..114db39182 100644 --- a/development/ioncube-loader/ioncube-loader.SlackBuild +++ b/development/ioncube-loader/ioncube-loader.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for "ioncube-loader". -# Copyright 2015-2016 Eugene Wissner Germany, Dachau +# Copyright 2015-2017 Eugene Wissner Germany, Dachau # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -26,13 +26,13 @@ PRGNAM=ioncube-loader SRCNAM=ioncube -VERSION=${VERSION:-6.0.7} +VERSION=${VERSION:-6.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -43,7 +43,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then +if [ "$ARCH" = "i586" ]; then TARGET="x86" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then |