opusfile: add autotools deps for HEAD

master
Jack Nagel 2014-03-13 17:25:14 -05:00
parent 367a6d7256
commit 86012b89f6
1 changed files with 6 additions and 1 deletions

View File

@ -5,7 +5,12 @@ class Opusfile < Formula
url 'http://downloads.xiph.org/releases/opus/opusfile-0.5.tar.gz'
sha1 '1ba9dabbbaa35034af8167661a918df6c003317e'
head 'https://git.xiph.org/opusfile.git'
head do
url "https://git.xiph.org/opusfile.git"
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end
depends_on 'pkg-config' => :build
depends_on 'opus'