SDL_ttf: use options dsl

master
Adam Vandenberg 2012-08-09 22:17:37 -07:00
parent 56d6362c31
commit 1d922473c0
1 changed files with 3 additions and 5 deletions

View File

@ -5,16 +5,14 @@ class SdlTtf < Formula
url 'http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz' url 'http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz'
sha1 '0ccf7c70e26b7801d83f4847766e09f09db15cc6' sha1 '0ccf7c70e26b7801d83f4847766e09f09db15cc6'
option :universal
depends_on 'pkg-config' => :build depends_on 'pkg-config' => :build
depends_on 'sdl' depends_on 'sdl'
depends_on :x11 depends_on :x11
def options
[['--universal', 'Build universal binaries.']]
end
def install def install
ENV.universal_binary if ARGV.build_universal? ENV.universal_binary if build.universal?
system "./configure", "--disable-debug", system "./configure", "--disable-debug",
"--disable-dependency-tracking", "--disable-dependency-tracking",