schroedinger: use new dsl

This commit is contained in:
Adam Vandenberg 2012-08-26 22:04:30 -07:00
parent f53950fb8e
commit 02795f4711

View file

@ -7,7 +7,7 @@ class Schroedinger < Formula
head 'git://diracvideo.org/git/schroedinger.git'
if ARGV.build_head?
if build.head?
depends_on :automake
depends_on :libtool
end
@ -16,7 +16,7 @@ class Schroedinger < Formula
depends_on 'orc'
def install
system "autoreconf -i -f" if ARGV.build_head?
system "autoreconf -i -f" if build.head?
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"