From 2559269e439bcb70a6e17af128c29f59c856fcf3 Mon Sep 17 00:00:00 2001 From: David Höppner Date: Tue, 2 Feb 2010 13:16:01 +0100 Subject: New formula FluidSynth FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications. --- Library/Formula/fluid-synth.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Library/Formula/fluid-synth.rb (limited to 'Library/Formula') diff --git a/Library/Formula/fluid-synth.rb b/Library/Formula/fluid-synth.rb new file mode 100644 index 000000000..9242f656b --- /dev/null +++ b/Library/Formula/fluid-synth.rb @@ -0,0 +1,18 @@ +require 'formula' + +class FluidSynth :optional + + def install + system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "make install" + end +end -- cgit v1.2.3