aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/vorbisgain.rb16
1 files changed, 16 insertions, 0 deletions
diff --git a/Library/Formula/vorbisgain.rb b/Library/Formula/vorbisgain.rb
new file mode 100644
index 000000000..b620eaa05
--- /dev/null
+++ b/Library/Formula/vorbisgain.rb
@@ -0,0 +1,16 @@
+require 'formula'
+
+class Vorbisgain <Formula
+ url 'http://freshmeat.net/urls/e251f5bf2d45abfdc2c44540b46e37c0'
+ homepage 'http://sjeng.org/vorbisgain.html'
+ md5 '3c9df5028fa395aa98fdf0f58a5187b0'
+ version '0.36'
+
+ depends_on 'libvorbis'
+ depends_on 'libogg'
+
+ def install
+ system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
+ system "make install"
+ end
+end