aboutsummaryrefslogtreecommitdiffstats
path: root/Formula/mad.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Formula/mad.rb')
-rw-r--r--Formula/mad.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/Formula/mad.rb b/Formula/mad.rb
deleted file mode 100644
index 0bbcab8f9..000000000
--- a/Formula/mad.rb
+++ /dev/null
@@ -1,12 +0,0 @@
-require 'brewkit'
-
-class Mad <Formula
- @homepage='http://www.underbit.com/products/mad/'
- @url='http://kent.dl.sourceforge.net/sourceforge/mad/libmad-0.15.1b.tar.gz'
- @md5='1be543bc30c56fb6bea1d7bf6a64e66c'
-
- def install
- system "./configure --disable-debugging --enable-fpm=intel --prefix='#{prefix}'"
- system "make install"
- end
-end \ No newline at end of file