CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
mysql: fixed source and aligned with 2.8 branch
[ports/opt-arm.git] / mysql / Pkgfile
index 9fae8ddc31992f320bd554515c1d151f17c788bb..0c62d845fcaa6bdbe46ca58f992134190be7f354 100644 (file)
@@ -1,17 +1,20 @@
 # Description: SQL database server
-# URL:         http://www.mysql.com
-# Maintainer:  Juergen Daubert, jue at crux dot nu
-# Depends on:  tcp_wrappers ncurses zlib openssl cmake libaio
+# URL: http://www.mysql.com
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: tcp_wrappers ncurses zlib openssl cmake libaio
 
 name=mysql
-version=5.5.16
+version=5.5.29
 release=1
-source=(http://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.5/$name-$version.tar.gz \
-        my.cnf mysqld $name-${version}_valist.patch)
+source=(http://downloads.mysql.com/archives/$name-${version%.*}/$name-$version.tar.gz \
+        my.cnf mysqld valist.patch)
 
 build () {
     cd $name-$version
-    patch -p1 -i $SRC/$name-${version}_valist.patch
+
+    patch -p1 -i $SRC/valist.patch
+
     cmake . \
         -DBUILD_CONFIG=mysql_release \
         -DINSTALL_LAYOUT=RPM \