diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2017-06-03 16:35:23 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-06-06 07:56:53 +0700 |
commit | 4b3ed89bcfa4200a887397a0b3c8dc5fa3af7332 (patch) | |
tree | 2786487413e8d1d221d2aa695d81acc019d9230d /development/ming | |
parent | 679770f5361c8bf40b76114ca2f45802e2b1989a (diff) |
development/ming: Updated for version 0.4.8.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development/ming')
-rw-r--r-- | development/ming/doinst.sh | 2 | ||||
-rw-r--r-- | development/ming/ming.SlackBuild | 14 | ||||
-rw-r--r-- | development/ming/ming.info | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/development/ming/doinst.sh b/development/ming/doinst.sh index 7fb1b2e5f466..79b0704b6c94 100644 --- a/development/ming/doinst.sh +++ b/development/ming/doinst.sh @@ -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 diff --git a/development/ming/ming.SlackBuild b/development/ming/ming.SlackBuild index 9a6945351858..9486503c6a1a 100644 --- a/development/ming/ming.SlackBuild +++ b/development/ming/ming.SlackBuild @@ -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. diff --git a/development/ming/ming.info b/development/ming/ming.info index 83a778d2f3d3..84fc164c4501 100644 --- a/development/ming/ming.info +++ b/development/ming/ming.info @@ -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="" |