From dde881b848917c1beb38ed1bec22eaee523e8274 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 28 Jul 2009 10:52:37 +0800 Subject: Recipe for mysql client library. Signed-off-by: Max Howell --- Library/Formula/mysql-connector-c.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/mysql-connector-c.rb (limited to 'Library') diff --git a/Library/Formula/mysql-connector-c.rb b/Library/Formula/mysql-connector-c.rb new file mode 100644 index 000000000..c661aacac --- /dev/null +++ b/Library/Formula/mysql-connector-c.rb @@ -0,0 +1,17 @@ +require 'brewkit' + +class MysqlConnectorC