From 9495b06ef3f35be8711902ce268ccfc92cdcb056 Mon Sep 17 00:00:00 2001 From: Samuel John Date: Sun, 31 Mar 2013 20:51:43 +0200 Subject: Moved to homebrew/science Octave, OpenCV, VTK, ... --- Library/Formula/mathomatic.rb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 Library/Formula/mathomatic.rb (limited to 'Library/Formula/mathomatic.rb') diff --git a/Library/Formula/mathomatic.rb b/Library/Formula/mathomatic.rb deleted file mode 100644 index db6a24103..000000000 --- a/Library/Formula/mathomatic.rb +++ /dev/null @@ -1,17 +0,0 @@ -require 'formula' - -class Mathomatic < Formula - homepage 'http://www.mathomatic.org/' - url 'http://mathomatic.org/mathomatic-16.0.5.tar.bz2' - sha1 'aaaf4df4aa3dc9ea748211278e657c2195858c24' - - def install - ENV['prefix'] = prefix - system "make READLINE=1" - system "make m4install" - cd 'primes' do - system 'make' - system 'make install' - end - end -end -- cgit v1.2.3