Skip to content

Commit

Permalink
opusfile: add autotools deps for HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Mar 13, 2014
1 parent 367a6d7 commit 86012b8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Formula/opusfile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 86012b8

Please sign in to comment.