aboutsummaryrefslogtreecommitdiffstats
path: root/Formula/yajl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Formula/yajl.rb')
-rw-r--r--Formula/yajl.rb21
1 files changed, 0 insertions, 21 deletions
diff --git a/Formula/yajl.rb b/Formula/yajl.rb
deleted file mode 100644
index f72432dda..000000000
--- a/Formula/yajl.rb
+++ /dev/null
@@ -1,21 +0,0 @@
-require 'brewkit'
-
-class Yajl <Formula
- @homepage='http://lloyd.github.com/yajl/'
- @url='http://github.com/lloyd/yajl/tarball/1.0.5'
- @md5='f4a3cbc764c43231ed1aedc54438b69b'
-
- def deps
- dep_test_bin 'cmake'
- end
-
- def install
- ENV['MAKEFLAGS']='' # can't do parallel builds
-
- # I have pushed this fix upstream
- inreplace 'configure', 'cmake \.\.', "cmake -DCMAKE_INSTALL_PREFIX='#{prefix}' \.\." if @version == "1.0.5"
-
- system "./configure --prefix '#{prefix}'"
- system "make install"
- end
-end \ No newline at end of file