Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add initial support for MySQL 5.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed Jan 31, 2014
1 parent 4730ba0 commit 8997b7b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mysql-5.6/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

cmake . -DCMAKE_INSTALL_PREFIX=$PREFIX -DDEFAULT_CHARSET=utf-8
make
make install
21 changes: 21 additions & 0 deletions mysql-5.6/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
package:
name: mysql
version: 5.6.15

source:
fn: mysql-5.6.15.tar.gz [linux]
url: http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.15.tar.gz [linux]

build:
number: 0

requirements:
build:
- cmake
- system [linux]

about:
home: http://www.mysql.com
license: GPL

# vim:set ts=8 sw=2 sts=2 tw=78 et:

0 comments on commit 8997b7b

Please sign in to comment.