From 7b852622a01180a48accccd7fc7563a6dcf5676e Mon Sep 17 00:00:00 2001 From: David Höppner Date: Sat, 5 Jun 2010 20:23:14 +0200 Subject: New formula libfishsound libfishsound provides a simple programming interface for decoding and encoding audio data using the Xiph.org codecs (FLAC, Speex and Vorbis). --- Library/Formula/libfishsound.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Library/Formula/libfishsound.rb (limited to 'Library/Formula') diff --git a/Library/Formula/libfishsound.rb b/Library/Formula/libfishsound.rb new file mode 100644 index 000000000..3b2f19be7 --- /dev/null +++ b/Library/Formula/libfishsound.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Libfishsound :optional + depends_on 'flac' => :optional + + def install + system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" + system "make install" + end +end -- cgit v1.2.3