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

Douglas Soares de Andrade douglas at archlinux.org
Sun Jan 11 16:08:05 UTC 2009


    Date: Sunday, January 11, 2009 @ 11:08:05
  Author: douglas
Revision: 23691

upgpkg: mysql-clients 5.0.75-2

Modified:
  mysql-clients/trunk/PKGBUILD

----------+
 PKGBUILD |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-01-11 16:05:49 UTC (rev 23690)
+++ PKGBUILD	2009-01-11 16:08:05 UTC (rev 23691)
@@ -2,8 +2,8 @@
 # Maintainer: judd <jvinet at zeroflux.org>
 
 pkgname=mysql-clients
-pkgver=5.1.30
-pkgrel=1
+pkgver=5.0.75
+pkgrel=2
 pkgdesc="MySQL client tools"
 arch=(i686 x86_64)
 depends=("libmysqlclient>=${pkgver}" 'gcc-libs' 'readline')
@@ -11,19 +11,19 @@
 url=('http://www.mysql.com/')
 options=('!libtool')
 license=('GPL')
-source=(http://mysql.cce.usp.br/Downloads/MySQL-5.1/mysql-$pkgver.tar.gz)
+source=(http://mirror.provenscaling.com/mysql/enterprise/source/5.0/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-readline \
-    --enable-local-infile --with-ssl \
+    --without-debug --without-docs --without-bench --without-readline \
+    --with-innodb --enable-local-infile --with-openssl \
     --with-charset=latin1 --with-collation=latin1_general_ci \
     --with-extra-charsets=complex --enable-thread-safe-client \
-    --with-libwrap 
+    --with-libwrap --with-berkeley-db --disable-server
 
-  for dir in include strings regex mysys dbug extra libmysql libmysql_r; do
+  for dir in include strings regex mysys dbug extra; do
     pushd ${dir} || return 1
     make || return 1
     popd
@@ -34,5 +34,4 @@
   make || return 1
   make DESTDIR=${startdir}/pkg install
 }
-
-md5sums=('b658e58887a74dce65224ae0fc8ee06a')
+md5sums=('a234f0a60a7f8c290d9875cba3a2c5a2')




More information about the arch-commits mailing list