From 32b213c43e1e2835583ada6094a9987e900d3bb8 Mon Sep 17 00:00:00 2001 From: Sean Wolfe Date: Tue, 1 Sep 2009 09:17:44 -0500 Subject: Couchdb and dependency formulae Signed-off-by: Max Howell I squashed a number of commits here, and also replaced the use of nspr.prefix with HOMEBREW_PREFIX as in theory we are flexible with our requirement for dependencies, although with the limited build system that SpiderMonkey possesses this is difficult for us to achieve anyway… --- Library/Formula/couchdb.rb | 19 +++++++++++++++++++ Library/Formula/icu4c.rb | 26 ++++++++++++++++++++++++++ Library/Formula/nspr.rb | 16 ++++++++++++++++ Library/Formula/spidermonkey.rb | 27 +++++++++++++++++++++++++++ 4 files changed, 88 insertions(+) create mode 100644 Library/Formula/couchdb.rb create mode 100644 Library/Formula/icu4c.rb create mode 100644 Library/Formula/nspr.rb create mode 100644 Library/Formula/spidermonkey.rb (limited to 'Library/Formula') diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb new file mode 100644 index 000000000..57e8b4c97 --- /dev/null +++ b/Library/Formula/couchdb.rb @@ -0,0 +1,19 @@ +require 'brewkit' + +class Couchdb