2010-06-14 11:27:12 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Groonga < Formula
|
2011-12-29 02:31:05 +00:00
|
|
|
url 'http://packages.groonga.org/source/groonga/groonga-1.2.9.tar.gz'
|
2010-06-14 11:27:12 +00:00
|
|
|
homepage 'http://groonga.org/'
|
2011-12-29 02:31:05 +00:00
|
|
|
md5 '47117baa401a3db08362e00f94fced12'
|
2010-06-14 11:27:12 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}", "--with-zlib"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|