From a84b4ed0a2c84a317f4e6401ac35f276044a4f40 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 16 Apr 2012 21:00:35 -0700 Subject: Remove SPIM. Newer versions of SPIM are self-contained downloads (and use Qt.) Suggest that they be installed from the website: http://spimsimulator.sourceforge.net/ --- Library/Formula/spim.rb | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Library/Formula/spim.rb diff --git a/Library/Formula/spim.rb b/Library/Formula/spim.rb deleted file mode 100644 index efe29bde9..000000000 --- a/Library/Formula/spim.rb +++ /dev/null @@ -1,25 +0,0 @@ -require 'formula' - -class Spim < Formula - homepage 'http://pages.cs.wisc.edu/~larus/spim.html' - url 'http://www.cs.wisc.edu/~larus/SPIM/spim.tar.gz' - version '8.0' - md5 '146558e8256f2b7577fb825fdc76a04f' - - def install - cd 'spim' do - inreplace "Makefile" do |s| - s.change_make_var! "BIN_DIR", bin - s.change_make_var! "EXCEPTION_DIR", libexec - s.change_make_var! "MAN_DIR", man1 - end - - system "make" - system "make install" - system "make install-man" - system "make test" - - mv "#{man1}/spim.man", "#{man1}/spim.1" - end - end -end -- cgit v1.2.3