summaryrefslogtreecommitdiffstats
path: root/development/ioncube-loader/ioncube-loader.SlackBuild
diff options
context:
space:
mode:
author Eugene Wissner2016-07-25 19:51:50 +0200
committer Willy Sudiarto Raharjo2016-07-30 01:03:10 +0200
commit73556dd1933517a3c70b4f0acb5849abb961a1f6 (patch)
tree7e604d1da043a899263ebc9d85583c029e101aa2 /development/ioncube-loader/ioncube-loader.SlackBuild
parentbd607a4cfbf724dc75804b2ebe756adf4f41a97a (diff)
downloadslackbuilds-73556dd1933517a3c70b4f0acb5849abb961a1f6.tar.gz
development/ioncube-loader: Updated for version 5.1.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/ioncube-loader/ioncube-loader.SlackBuild')
-rw-r--r--development/ioncube-loader/ioncube-loader.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/development/ioncube-loader/ioncube-loader.SlackBuild b/development/ioncube-loader/ioncube-loader.SlackBuild
index ade2da9265..1a6f96cd04 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 Eugene Wissner <belka.ew@gmail.com>
+# Copyright 2015-2016 Eugene Wissner Germany, Dachau
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@@ -26,7 +26,7 @@
PRGNAM=ioncube-loader
SRCNAM=ioncube
-VERSION=${VERSION:-5.0.18}
+VERSION=${VERSION:-5.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -60,12 +60,12 @@ rm -rf $PKG
rm -rf $TMP/$SRCNAM
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-tar xvf $CWD/ioncube_loaders_lin_$TARGET.tar.bz2
+tar xvf $CWD/ioncube_loaders_lin_${TARGET}_${VERSION}.tar.gz
cd $SRCNAM
chown -R root:root .
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/php/extensions
-install -m 0755 ioncube_loader_lin_5.4_ts.so $PKG/usr/lib${LIBDIRSUFFIX}/php/extensions
+install -m 0755 ioncube_loader_lin_5.6_ts.so $PKG/usr/lib${LIBDIRSUFFIX}/php/extensions
mkdir -p $PKG/etc/php.d
cat $CWD/ioncube${LIBDIRSUFFIX}.ini > $PKG/etc/php.d/20ioncube.ini.new