homebrew-core/Formula/mathomatic.rb
shikil cf1c51e965 Update Mathomatic to 15.4.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-01-25 09:44:46 -08:00

13 lines
289 B
Ruby

require 'formula'
class Mathomatic <Formula
url 'http://mathomatic.org/mathomatic-15.4.1.tar.bz2'
homepage 'http://www.mathomatic.org/'
md5 'c7bdb3c23db39f39d97d8c8eb137f8a6'
def install
ENV['prefix'] = prefix
system "make READLINE=1"
system "make install"
end
end