From ca0d50a00679d5fd0c9879db7cc6804d6ea36b41 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Wed, 5 Aug 2009 11:17:31 -0700 Subject: Recipe for MySQL client tools (5.1.x) --- Library/Formula/mysql.rb | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 Library/Formula/mysql.rb (limited to 'Library/Formula') diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb new file mode 100644 index 000000000..ab5c2f492 --- /dev/null +++ b/Library/Formula/mysql.rb @@ -0,0 +1,48 @@ +# Builds MySQL 5.1, but only the client libraries and tools. +# Does not install the mysqld server. +require 'brewkit' + +class Mysql