2010-06-14 11:27:12 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Groonga < Formula
|
2012-01-30 00:39:21 +00:00
|
|
|
url 'http://packages.groonga.org/source/groonga/groonga-1.3.0.tar.gz'
|
2010-06-14 11:27:12 +00:00
|
|
|
homepage 'http://groonga.org/'
|
2012-01-30 00:39:21 +00:00
|
|
|
md5 'd8b3ada75185b59665131e4eee30d107'
|
2010-06-14 11:27:12 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}", "--with-zlib"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|