homebrew-core/Formula/ecasound.rb
youpy ebebad27e0 ecasound 2.8.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-18 09:34:34 -07:00

13 lines
366 B
Ruby

require 'formula'
class Ecasound < Formula
url 'http://ecasound.seul.org/download/ecasound-2.8.1.tar.gz'
homepage 'http://www.eca.cx/ecasound/'
md5 'd9ded0074a8eeb59dd507c248220d010'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end