aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/hatari.rb19
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"