diff options
| author | Adam Vandenberg | 2012-04-16 21:00:35 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-16 21:00:35 -0700 |
| commit | a84b4ed0a2c84a317f4e6401ac35f276044a4f40 (patch) | |
| tree | 4ca108651d606aa8e86f2576f5545aecefde45d1 /Library/Formula | |
| parent | a0e75ee85fe2278fe67515ae35716fd4715141ab (diff) | |
| download | homebrew-a84b4ed0a2c84a317f4e6401ac35f276044a4f40.tar.bz2 | |
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/
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/spim.rb | 25 |
1 files changed, 0 insertions, 25 deletions
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 |
