Added a HEAD version of SDL for SDL 1.3

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Paul O'Neil 2010-10-03 15:24:23 -04:00 committed by Adam Vandenberg
parent 6b22ed8725
commit 58c4c1966f
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ require 'formula'
class Sdl <Formula
url 'http://www.libsdl.org/release/SDL-1.2.14.tar.gz'
head 'http://hg.libsdl.org/SDL', :using => :hg
homepage 'http://www.libsdl.org/'
md5 'e52086d1b508fa0b76c52ee30b55bec4'
@ -16,6 +17,7 @@ class Sdl <Formula
fails_with_llvm
Sdl.use_homebrew_prefix %w[sdl.pc.in sdl-config.in]
system "./autogen.sh" if ARGV.build_head?
system "./configure", "--prefix=#{prefix}", "--disable-nasm"
system "make install"