Updated formula: vorbis-tools-1.4.0
Signed-off-by: Tuncer Ayaz <tuncer.ayaz@gmail.com> Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
parent
879eee0886
commit
170b83124f
1 changed files with 3 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
require 'formula'
|
||||
|
||||
class VorbisTools <Formula
|
||||
@url='http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.2.0.tar.gz'
|
||||
@md5='df976d24e51ef3d87cd462edf747bf9a'
|
||||
@url='http://downloads.xiph.org/releases/vorbis/vorbis-tools-1.4.0.tar.gz'
|
||||
@md5='567e0fb8d321b2cd7124f8208b8b90e6'
|
||||
@homepage='http://vorbis.com'
|
||||
|
||||
depends_on 'libogg'
|
||||
|
@ -13,8 +13,6 @@ class VorbisTools <Formula
|
|||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--disable-nls", "--prefix=#{prefix}"
|
||||
# wtf?!
|
||||
inreplace 'ogg123/Makefile', '-arch ppc ppc64 i386 x86_64', '-arch i386'
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue