2010-03-28 12:56:32 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Mathomatic <Formula
|
2010-11-29 15:40:52 +00:00
|
|
|
url 'http://mathomatic.org/mathomatic-15.3.5.tar.bz2'
|
2010-03-28 12:56:32 +00:00
|
|
|
homepage 'http://www.mathomatic.org/'
|
2010-11-29 15:40:52 +00:00
|
|
|
md5 'f348acc2982eb6becbbc52b9883acb99'
|
2010-03-28 12:56:32 +00:00
|
|
|
|
|
|
|
def install
|
2010-04-07 05:58:35 +00:00
|
|
|
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
|