aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-09 22:59:39 -0800
committerAdam Vandenberg2012-02-09 23:08:03 -0800
commit14ae417f4a133003d199b651b63b125cdcd2f6b3 (patch)
tree1faa02db37d66b675fc74914826a8ea378d8a35f
parent18545400c77ad8023cc6e033144d2183784eb97c (diff)
downloadhomebrew-14ae417f4a133003d199b651b63b125cdcd2f6b3.tar.bz2
ScummVM 1.4.1
-rw-r--r--Library/Formula/scummvm.rb14
1 files changed, 4 insertions, 10 deletions
diff --git a/Library/Formula/scummvm.rb b/Library/Formula/scummvm.rb
index 648d8d4a1..388dc09ad 100644
--- a/Library/Formula/scummvm.rb
+++ b/Library/Formula/scummvm.rb
@@ -1,17 +1,9 @@
require 'formula'
class Scummvm < Formula
- url 'http://downloads.sourceforge.net/project/scummvm/scummvm/1.1.1/scummvm-1.1.1.tar.bz2'
+ url 'http://downloads.sourceforge.net/project/scummvm/scummvm/1.4.1/scummvm-1.4.1.tar.bz2'
homepage 'http://www.scummvm.org/'
- md5 'ed9098a78022d07fa1482f14325e3ab8'
-
- def caveats
- <<-EOS
-ScummVM provide their own Mac build and as such that is the one they
-officially support on this platform. Ours is more optimised, but you may
-prefer to use theirs. If so type `brew home scummvm' to visit their site.
- EOS
- end
+ md5 'aa094c2224aad22d5340a1d2d919c883'
depends_on 'sdl'
depends_on 'flac' => :recommended
@@ -20,7 +12,9 @@ prefer to use theirs. If so type `brew home scummvm' to visit their site.
depends_on 'fluid-synth' => :optional
def install
+ ENV.libpng
system "./configure", "--prefix=#{prefix}", "--disable-debug"
+ system "make"
system "make install"
(share+'pixmaps').rmtree
end