libao 1.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
fc70ff1dba
commit
ecfdec5c5c
1 changed files with 2 additions and 7 deletions
|
@ -1,15 +1,10 @@
|
|||
require 'formula'
|
||||
|
||||
class Libao < Formula
|
||||
url 'http://downloads.xiph.org/releases/ao/libao-1.0.0.tar.gz'
|
||||
md5 '08283fbe1f587619053a156254afecec'
|
||||
url 'http://downloads.xiph.org/releases/ao/libao-1.1.0.tar.gz'
|
||||
md5 '2b2508c29bc97e4dc218fa162cf883c8'
|
||||
homepage 'http://www.xiph.org/ao/'
|
||||
|
||||
# Fix build on OS X 10.4 and 10.5 (included in upcoming 1.0.1)
|
||||
def patches
|
||||
"https://trac.xiph.org/raw-attachment/ticket/1667/libao.patch"
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}", "--disable-x"
|
||||
|
|
Loading…
Reference in a new issue