Skip to content
Snippets Groups Projects
Commit 25f9cfc0 authored by Max Howell's avatar Max Howell
Browse files

yajl-1.0.5 formula

parent ee385a2c
No related branches found
No related tags found
No related merge requests found
$:.unshift "#{File.dirname __FILE__}/../Cellar/homebrew" #rubysucks
require 'brewkit'
homepage='http://lloyd.github.com/yajl/'
url='http://github.com/lloyd/yajl/tarball/1.0.5'
md5='f4a3cbc764c43231ed1aedc54438b69b'
deps=['cmake']
Formula.new(url, md5).brew do |prefix|
inreplace 'configure', 'cmake \.\.', "cmake -DCMAKE_INSTALL_PREFIX='#{prefix}' \.\."
system "./configure --prefix '#{prefix}'"
system "make install"
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment