2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-28 14:40:53 +00:00
|
|
|
|
|
|
|
class RubyEnterpriseEdition <Formula
|
2009-10-27 20:51:24 +00:00
|
|
|
url 'http://rubyforge.org/frs/download.php/66162/ruby-enterprise-1.8.7-2009.10.tar.gz'
|
|
|
|
md5 '3727eef7b6b1b2f31db7d091328d966e'
|
2009-09-28 14:40:53 +00:00
|
|
|
homepage 'http://rubyenterpriseedition.com/'
|
|
|
|
|
2009-10-14 21:43:55 +00:00
|
|
|
skip_clean 'bin/ruby'
|
|
|
|
|
2009-09-28 14:40:53 +00:00
|
|
|
def install
|
|
|
|
ENV.gcc_4_2 # fails with LLVM
|
|
|
|
system "./installer --auto #{prefix} --no-tcmalloc"
|
|
|
|
end
|
|
|
|
end
|