diff options
| author | Baptiste Fontaine | 2015-02-22 21:21:00 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-23 14:32:57 +0000 |
| commit | 3f9635b9502e78dea82caf00a8665fc741d70b1c (patch) | |
| tree | 1b07365ee1059db54a4e558db8a44f21045c7dc2 | |
| parent | 81793be049824ddbb522f93043ecddf5800822ad (diff) | |
| download | homebrew-3f9635b9502e78dea82caf00a8665fc741d70b1c.tar.bz2 | |
abcmidi 2014-12-25
Closes #37082.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
| -rw-r--r-- | Library/Formula/abcmidi.rb | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/Library/Formula/abcmidi.rb b/Library/Formula/abcmidi.rb index 92f022141..7738e516b 100644 --- a/Library/Formula/abcmidi.rb +++ b/Library/Formula/abcmidi.rb @@ -1,10 +1,8 @@ -require 'formula' - class Abcmidi < Formula - homepage 'http://www.ifdo.ca/~seymour/runabc/top.html' - url 'http://www.ifdo.ca/~seymour/runabc/abcMIDI-2014-11-18.zip' - version '2014-11-18' - sha1 '8a4ab723c689300535f0e7eeb7c1dc50629018f3' + homepage "http://www.ifdo.ca/~seymour/runabc/top.html" + url "http://www.ifdo.ca/~seymour/runabc/abcMIDI-2014-12-25.zip" + version "2014-12-25" + sha1 "a8d9509b32131015f38e0a31432b6c8990607888" bottle do cellar :any @@ -17,7 +15,7 @@ class Abcmidi < Formula # configure creates a "Makefile" file. A "makefile" file already exist in # the tarball. On case-sensitive file-systems, the "makefile" file won't # be overridden and will be chosen over the "Makefile" file. - system "rm", "makefile" + rm "makefile" system "./configure", "--disable-debug", "--prefix=#{prefix}", "--mandir=#{man}" # The Makefile is broken when using --prefix (value is added to path twice). |
