require 'formula' class Libebml < Formula # This is the official source, but it's frequently down. Use the mktoolnix mirror instead. # url 'http://dl.matroska.org/downloads/libebml/libebml-1.2.1.tar.bz2' url 'http://www.bunkus.org/videotools/mkvtoolnix/sources/libebml-1.2.1.tar.bz2' homepage 'http://www.matroska.org/' md5 '13c5a10e260e703d3a7f003fdc995183' def install system 'cp -r make/linux make/darwin' system "cd make/darwin && make install prefix=#{prefix}" end end