Added a HEAD version of SDL for SDL 1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>master
parent
6b22ed8725
commit
58c4c1966f
|
@ -2,6 +2,7 @@ require 'formula'
|
||||||
|
|
||||||
class Sdl <Formula
|
class Sdl <Formula
|
||||||
url 'http://www.libsdl.org/release/SDL-1.2.14.tar.gz'
|
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/'
|
homepage 'http://www.libsdl.org/'
|
||||||
md5 'e52086d1b508fa0b76c52ee30b55bec4'
|
md5 'e52086d1b508fa0b76c52ee30b55bec4'
|
||||||
|
|
||||||
|
@ -16,6 +17,7 @@ class Sdl <Formula
|
||||||
fails_with_llvm
|
fails_with_llvm
|
||||||
Sdl.use_homebrew_prefix %w[sdl.pc.in sdl-config.in]
|
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 "./configure", "--prefix=#{prefix}", "--disable-nasm"
|
||||||
system "make install"
|
system "make install"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue