mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/mariadb: Updated for version 5.2.4.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
f34da808c5
commit
0ac0b60edf
3 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Copyright 2008, 2009, 2010 Patrick J. Volkerding, Sebeka, Minnesota, USA
|
||||
# Copyright 2010 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2011 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,8 +27,7 @@
|
|||
# MariaDB version maintained by: Heinz Wiesinger <pprkut@liwjatan.at>
|
||||
|
||||
PRGNAM=mariadb
|
||||
SRCVER=5.2.2-gamma
|
||||
VERSION=5.2.2gamma
|
||||
VERSION=5.2.4
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -67,9 +66,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$SRCVER
|
||||
tar xvf $CWD/$PRGNAM-$SRCVER.tar.gz
|
||||
cd $PRGNAM-$SRCVER
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
@ -126,6 +125,7 @@ install -m 0644 storage/maria/ma_{pagecache,loghandler_lsn}.h \
|
|||
sed -i "s|../storage/maria/ma_pagecache.h|ma_pagecache.h|" \
|
||||
$PKG/usr/include/mysql/maria.h
|
||||
|
||||
# Add some handy library symlinks:
|
||||
cd $PKG/usr/lib${LIBDIRSUFFIX}
|
||||
for i in libmysqlclient libmysqlclient_r; do
|
||||
rm -f $i.so $i.so.16
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mariadb"
|
||||
VERSION="5.2.2gamma"
|
||||
HOMEPAGE="http://askmonty.org/wiki/index.php/MariaDB"
|
||||
DOWNLOAD="http://ftp-stud.hs-esslingen.de/pub/Mirrors/mariadb/mariadb-5.2.2-gamma/kvm-tarbake-jaunty-x86/mariadb-5.2.2-gamma.tar.gz"
|
||||
MD5SUM="cbc82d35198ba21c07b192489d41e899"
|
||||
VERSION="5.2.4"
|
||||
HOMEPAGE="http://mariadb.org/"
|
||||
DOWNLOAD="http://ftp-stud.hs-esslingen.de/pub/Mirrors/mariadb/mariadb-5.2.4/kvm-tarbake-jaunty-x86/mariadb-5.2.4.tar.gz"
|
||||
MD5SUM="f58ab0b97e99b2359c33d43b9e636ed7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Heinz Wiesinger"
|
||||
EMAIL="pprkut@liwjatan.at"
|
||||
APPROVED="rworkman"
|
||||
APPROVED="dsomero"
|
||||
|
|
|
@ -12,7 +12,7 @@ mariadb: MariaDB is a backward compatible, drop-in replacement branch of the
|
|||
mariadb: MySQL(R) Database Server. It includes all major open source storage
|
||||
mariadb: engines, including the Maria storage engine.
|
||||
mariadb:
|
||||
mariadb: Homepage: http://askmonty.org/wiki/index.php/MariaDB
|
||||
mariadb: Homepage: http://mariadb.org/
|
||||
mariadb:
|
||||
mariadb:
|
||||
mariadb:
|
||||
|
|
Loading…
Reference in a new issue