diff options
| author | Adam Vandenberg | 2014-09-20 13:26:32 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-09-20 13:26:32 -0700 |
| commit | 5c751175aeef5458eebc4b1ab2c19473237ffb92 (patch) | |
| tree | 2771c818a3a35b7cbc33a4e36dddc80a93b2a2de /Library | |
| parent | 50626e4f435515930a76f7a2b388167e6f0f0332 (diff) | |
| download | homebrew-5c751175aeef5458eebc4b1ab2c19473237ffb92.tar.bz2 | |
hatari 1.8.0
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hatari.rb | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/Library/Formula/hatari.rb b/Library/Formula/hatari.rb index d343983b5..793625a65 100644 --- a/Library/Formula/hatari.rb +++ b/Library/Formula/hatari.rb @@ -1,16 +1,15 @@ -require 'formula' +require "formula" class Hatari < Formula - homepage 'http://hatari.tuxfamily.org' - url 'http://download.tuxfamily.org/hatari/1.7.0/hatari-1.7.0.tar.bz2' - sha1 '9961171c6d5f3742f93c903606c4956ce2e15ea0' - revision 1 + homepage "http://hatari.tuxfamily.org" + head "http://hg.tuxfamily.org/mercurialroot/hatari/hatari", :using => :hg, :branch => "default" + url "http://download.tuxfamily.org/hatari/1.8.0/hatari-1.8.0.tar.bz2" + sha1 "08d950c3156c764b87ac0ae03c4f350febff9567" - head 'http://hg.tuxfamily.org/mercurialroot/hatari/hatari', :using => :hg, :branch => 'default' - - depends_on 'cmake' => :build - depends_on 'libpng' - depends_on 'sdl' + depends_on :x11 + depends_on "cmake" => :build + depends_on "libpng" + depends_on "sdl" def install system "./configure", "--prefix=#{prefix}", "--disable-osx-bundle" |
