mysql: update to metafile support, update to mysql-5.1.49

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-24 09:25:48 +02:00
parent 72b47fb5d9
commit fbbba0a02b
4 changed files with 14 additions and 8 deletions

View File

@ -2,11 +2,6 @@
. config/options $1
$SCRIPTS/build toolchain
$SCRIPTS/build zlib
$SCRIPTS/build ncurses
$SCRIPTS/build mysql-hosttools
cd $PKG_BUILD
ac_cv_c_stack_direction=-1 \

View File

@ -1,8 +1,6 @@
#!/bin/sh
. config/options $1
$SCRIPTS/install ncurses
$SCRIPTS/install zlib
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/libmysql/.libs/libmysqlclient.so* $INSTALL/usr/lib

View File

@ -0,0 +1,14 @@
PKG_NAME="mysql"
PKG_VERSION="5.1.49"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPL"
PKG_SITE="http://www.mysql.com"
PKG_URL="ftp://mirror.switch.ch/mirror/$PKG_NAME/Downloads/MySQL-5.1/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS="zlib ncurses"
PKG_BUILD_DEPENDS="toolchain zlib ncurses mysql-hosttools"
PKG_PRIORITY="optional"
PKG_SECTION="database"
PKG_SHORTDESC="mysql: A database server"
PKG_LONGDESC="MySQL is a SQL (Structured Query Language) database server. SQL is the most popular database language in the world. MySQL is a client server implementation that consists of a server daemon mysqld and many different client programs/libraries."
PKG_IS_ADDON="no"

View File

@ -1 +0,0 @@
ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.1/mysql-5.1.48.tar.gz