sdl 1.2.15
Closes Homebrew/homebrew#10307. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
602a164cca
commit
cbfc18c66f
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
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'
|
||||
url 'http://www.libsdl.org/release/SDL-1.2.15.tar.gz'
|
||||
md5 '9d96df8417572a2afb781a7c4c811a85'
|
||||
|
||||
head 'http://hg.libsdl.org/SDL', :using => :hg
|
||||
|
||||
# we have to do this because most build scripts assume that all sdl modules
|
||||
# are installed to the same prefix. Consequently SDL stuff cannot be
|
||||
|
|
Loading…
Reference in a new issue