homebrew-core/Formula/groonga.rb
Ryunosuke SATO 99c03f9732 groonga 1.2.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-10 10:27:50 -07:00

12 lines
302 B
Ruby

require 'formula'
class Groonga < Formula
url 'http://packages.groonga.org/source/groonga/groonga-1.2.4.tar.gz'
homepage 'http://groonga.org/'
md5 '58faebee3055f849e01be953eb4a6b7f'
def install
system "./configure", "--prefix=#{prefix}", "--with-zlib"
system "make install"
end
end