system/MySQL-Sandbox: Updated for version 3.0.43.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ecb92e4043
commit
006efbbaf9
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for MySQL-Sandbox
|
||||
|
||||
# Copyright (c) vie feb 26 23:31:08 CST 2010, Dhaby Xiloj <slack.dhabyx@gmail.com>
|
||||
# Copyright (c) 2010-2013, Dhaby Xiloj <slack.dhabyx@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use in source and binary forms, with or without
|
||||
|
@ -22,7 +22,7 @@
|
|||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=MySQL-Sandbox
|
||||
VERSION=${VERSION:-3.0.08}
|
||||
VERSION=${VERSION:-3.0.43}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -65,12 +65,15 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
|||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
-exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
|
||||
-exec chmod 644 {} \;
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
-o -perm 511 \) -exec chmod 755 {} \; -o \
|
||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLVENDORMAN3DIR=/usr/man/man3
|
||||
perl Makefile.PL \
|
||||
PREFIX=/usr \
|
||||
INSTALLDIRS=vendor \
|
||||
INSTALLVENDORMAN3DIR=/usr/man/man3
|
||||
make OPTIMIZE="$SLKCFLAGS"
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
|
@ -80,7 +83,7 @@ find $PKG -name perllocal.pod \
|
|||
-o -name "*.bs" \
|
||||
| xargs rm -f
|
||||
eval $(perl -V:vendorarch)
|
||||
rm -rf $PKG/$vendorarch $PKG/usr/lib${LIBDIRSUFFIX}/perl?/?.??.?
|
||||
rm -rf $PKG/$vendorarch $PKG/usr/lib${LIBDIRSUFFIX}/
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="MySQL-Sandbox"
|
||||
VERSION="3.0.08"
|
||||
VERSION="3.0.43"
|
||||
HOMEPAGE="http://mysqlsandbox.net"
|
||||
DOWNLOAD="http://launchpad.net/mysql-sandbox/mysql-sandbox-3/mysql-sandbox-3/+download/MySQL-Sandbox-3.0.08.tar.gz"
|
||||
MD5SUM="afc0a5e98c580429693acd54533124a2"
|
||||
DOWNLOAD="https://launchpad.net/mysql-sandbox/mysql-sandbox-3/mysql-sandbox-3/+download/MySQL-Sandbox-3.0.43.tar.gz"
|
||||
MD5SUM="1558e7a9f51d4079974a87a89a0989bd"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
MySQL-Sandbox - the easy way of installing a MySQL server
|
||||
|
||||
MySQL Sandbox is a tool that installs one or more MySQL servers
|
||||
within seconds, easily, securely, and with full control.
|
||||
MySQL Sandbox is a tool that installs one or more MySQL servers
|
||||
within seconds, easily, securely, and with full control. MySQL
|
||||
Sandbox has support for easily create simple or circular clusters.
|
||||
|
|
Loading…
Reference in New Issue