2010-03-28 12:56:32 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Mathomatic <Formula
|
2010-05-15 09:57:30 +00:00
|
|
|
url 'http://launchpad.net/mathomatic/15/15.0.8/+download/mathomatic-15.0.8.tar.bz2'
|
2010-03-28 12:56:32 +00:00
|
|
|
homepage 'http://www.mathomatic.org/'
|
2010-05-15 09:57:30 +00:00
|
|
|
md5 '24f8c4f80318215f2190daefc1f0e106'
|
2010-03-28 12:56:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
def install
|
|
|
|
ENV['prefix'] = "#{prefix}"
|
2010-05-16 19:22:39 +00:00
|
|
|
system "make READLINE=1"
|
2010-03-28 12:56:32 +00:00
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|