From 556fbdf470208300d7612a219578f29ac8ee258d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 6 Jun 2010 20:22:38 -0700 Subject: [PATCH] Update Exult and use vorbis. --- Formula/exult.rb | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Formula/exult.rb b/Formula/exult.rb index ba8b0fc26ad..286564f8f35 100644 --- a/Formula/exult.rb +++ b/Formula/exult.rb @@ -1,32 +1,31 @@ require 'formula' -# TODO we shouldn't be installing .apps if there is an option - class Exult '6128' + head 'http://exult.svn.sourceforge.net/svnroot/exult/exult/trunk', + :revision => '6317' homepage 'http://exult.sourceforge.net/' - + depends_on 'sdl' depends_on 'sdl_mixer' - + depends_on 'libvorbis' + aka 'ultima7' - + def install # Yes, really. Goddamnit. inreplace "autogen.sh", "libtoolize", "glibtoolize" - + system "./autogen.sh" system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--disable-sdltest" - + system "make" system "make bundle" prefix.install "Exult.app" end - + def caveats; "Cocoa app installed to #{prefix}\n\n"\ "Note that this includes only the game engine; you will need to supply your own\n"\