aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-06 20:22:38 -0700
committerAdam Vandenberg2010-06-08 12:36:05 -0700
commit9380c1f9f8e9b7b8b247c4aa61bd59bce24a6e02 (patch)
tree5ded4f851447a1173114aa1296ddd9da01eec442 /Library
parent2ea5ef5706f9ed1d892401db2fe4c2e9d18123db (diff)
downloadhomebrew-9380c1f9f8e9b7b8b247c4aa61bd59bce24a6e02.tar.bz2
Update Exult and use vorbis.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/exult.rb19
1 files changed, 9 insertions, 10 deletions
diff --git a/Library/Formula/exult.rb b/Library/Formula/exult.rb
index ba8b0fc26..286564f8f 100644
--- a/Library/Formula/exult.rb
+++ b/Library/Formula/exult.rb
@@ -1,32 +1,31 @@
require 'formula'
-# TODO we shouldn't be installing .apps if there is an option
-
class Exult <Formula
- # Use a specific revision that is known to compile (on Snow Leopard too.)
- head 'http://exult.svn.sourceforge.net/svnroot/exult/exult/trunk', :revision => '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"\