development/ming: Updated for version 0.4.8.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2017-06-03 16:35:23 +02:00 committed by Willy Sudiarto Raharjo
parent 679770f536
commit 4b3ed89bcf
3 changed files with 11 additions and 11 deletions

View File

@ -11,5 +11,5 @@ config() {
# Otherwise, we leave the .new copy for the admin to consider...
}
config etc/php.d/ming.ini.new
#config etc/php.d/ming.ini.new

View File

@ -2,7 +2,7 @@
# Slackware build script for ming
# Copyright 2008-2012 Heinz Wiesinger, Amsterdam, The Netherlands
# Copyright 2008-2017 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ming
VERSION=${VERSION:-0.4.7}
TARNAM=libming-ming
SRCNAM=libming-ming
VERSION=${VERSION:-0.4.8}
TARVERSION=$(echo $VERSION | tr . _)
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -61,9 +61,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $TARNAM-$TARVERSION
tar xvf $CWD/$TARNAM-$TARVERSION.tar.?z* || tar xvf $CWD/$PRGNAM-$TARVERSION.tar.?z*
cd $TARNAM-$TARVERSION
rm -rf $SRCNAM-$TARVERSION
tar xvf $CWD/$SRCNAM-$TARVERSION.tar.gz
cd $SRCNAM-$TARVERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
@ -86,7 +86,7 @@ CXXFLAGS="$SLKCFLAGS" \
--enable-tcl \
--build=$ARCH-slackware-linux
make
make -j1
make install DESTDIR=$PKG
# Building the php extension against a zts enabled php fails currently.

View File

@ -1,8 +1,8 @@
PRGNAM="ming"
VERSION="0.4.7"
VERSION="0.4.8"
HOMEPAGE="http://www.libming.org"
DOWNLOAD="https://github.com/libming/libming/archive/ming-0_4_7.tar.gz"
MD5SUM="dbb71ae5bc131a609fbfe2005bc095cc"
DOWNLOAD="https://github.com/libming/libming/archive/ming-0_4_8/libming-ming-0_4_8.tar.gz"
MD5SUM="70c28c1e41d5888aa158e6e15644b742"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""