[arch-commits] Commit in mysql-clients/trunk (PKGBUILD)

Douglas Soares de Andrade douglas at archlinux.org
Sun Jan 11 14:07:30 UTC 2009


    Date: Sunday, January 11, 2009 @ 09:07:30
  Author: douglas
Revision: 23605

upgpkg: mysql-clients 5.1.30-1

Modified:
  mysql-clients/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-11 13:55:04 UTC (rev 23604)
+++ PKGBUILD	2009-01-11 14:07:30 UTC (rev 23605)
@@ -2,7 +2,7 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 
 pkgname=mysql-clients
-pkgver=5.0.75
+pkgver=5.1.30
 pkgrel=1
 pkgdesc="MySQL client tools"
 arch=(i686 x86_64)
@@ -11,19 +11,19 @@
 url=('http://www.mysql.com/')
 options=('!libtool')
 license=('GPL')
-source=(http://mirror.provenscaling.com/mysql/enterprise/source/5.0/mysql-${pkgver}.tar.gz)
+source=(http://mysql.cce.usp.br/Downloads/MySQL-5.1/mysql-$pkgver.tar.gz)
 
 build() {
   cd $startdir/src/mysql-${pkgver}
   ./configure --prefix=/usr --libexecdir=/usr/sbin \
     --localstatedir=/var --sysconfdir=/etc \
-    --without-debug --without-docs --without-bench --without-readline \
-    --with-innodb --enable-local-infile --with-openssl \
+    --without-debug --without-docs --without-readline \
+    --enable-local-infile --with-ssl \
     --with-charset=latin1 --with-collation=latin1_general_ci \
     --with-extra-charsets=complex --enable-thread-safe-client \
-    --with-libwrap --with-berkeley-db --disable-server
+    --with-libwrap 
 
-  for dir in include strings regex mysys dbug extra; do
+  for dir in include strings regex mysys dbug extra libmysql libmysql_r; do
     pushd ${dir} || return 1
     make || return 1
     popd
@@ -34,4 +34,5 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }
-md5sums=('a234f0a60a7f8c290d9875cba3a2c5a2')
+
+md5sums=('b658e58887a74dce65224ae0fc8ee06a')




More information about the arch-commits mailing list