homebrew-core/Formula/audiofile.rb
Max Klinger 4b0e8b041b audiofile 0.2.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-21 20:43:08 -07:00

13 lines
397 B
Ruby

require 'formula'
class Audiofile <Formula
url 'http://ftp.gnome.org/pub/gnome/sources/audiofile/0.2/audiofile-0.2.7.tar.gz'
homepage 'http://www.68k.org/~michael/audiofile/'
md5 'a39be317a7b1971b408805dc5e371862'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end