aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2011-10-01 20:29:43 -0700
committerAdam Vandenberg2011-10-01 20:29:54 -0700
commit3955a999a55a639a590525021314bb0015e3ba2e (patch)
treec2bfab880352eea2039ebce2381d122b176af4ef /Library
parentd9f2e0617d04fbb213d3c26c382aa42f5321d66d (diff)
downloadhomebrew-3955a999a55a639a590525021314bb0015e3ba2e.tar.bz2
Exult 1.4.9rc1
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 3ba6d2c3d..41af6bffb 100644
--- a/Library/Formula/exult.rb
+++ b/Library/Formula/exult.rb
@@ -1,9 +1,10 @@
require 'formula'
class Exult < Formula
- url 'http://exult.svn.sourceforge.net/svnroot/exult/exult/trunk', :revision => '6317'
+ url 'http://prdownloads.sourceforge.net/exult/exult-1.4.9rc1.tar.gz'
+ md5 'c17a48cc0377aa67264aaaf441cb1bb2'
homepage 'http://exult.sourceforge.net/'
- version '1.4pre'
+
head 'http://exult.svn.sourceforge.net/svnroot/exult/exult/trunk'
depends_on 'sdl'
@@ -11,7 +12,6 @@ class Exult < Formula
depends_on 'libvorbis'
def install
- # Yes, really. Goddamnit.
inreplace "autogen.sh", "libtoolize", "glibtoolize"
system "./autogen.sh"
@@ -24,14 +24,13 @@ class Exult < Formula
prefix.install "Exult.app"
end
- def caveats
- <<-EOS.undent
- Cocoa app installed to:
- #{prefix}
+ def caveats; <<-EOS.undent
+ Cocoa app installed to:
+ #{prefix}
- Note that this includes only the game engine; you will need to supply your own
- own legal copy of the Ultima 7 game files. Try here (Amazon.com):
- http://bit.ly/8JzovU
+ Note that this includes only the game engine; you will need to supply your own
+ own legal copy of the Ultima 7 game files. Try here (Amazon.com):
+ http://bit.ly/8JzovU
EOS
end
end