aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/lame.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/lame.rb')
-rw-r--r--Library/Formula/lame.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/lame.rb b/Library/Formula/lame.rb
index 72c796905..4229e6764 100644
--- a/Library/Formula/lame.rb
+++ b/Library/Formula/lame.rb
@@ -1,12 +1,12 @@
require 'formula'
class Lame <Formula
- @homepage='http://lame.sourceforge.net/'
- @url='http://downloads.sourceforge.net/sourceforge/lame/lame-3.98.4.tar.gz'
- @md5='8e9866ad6b570c6c95c8cba48060473f'
+ homepage 'http://lame.sourceforge.net/'
+ url 'http://downloads.sourceforge.net/sourceforge/lame/lame-3.98.4.tar.gz'
+ md5 '8e9866ad6b570c6c95c8cba48060473f'
def install
- system "./configure --disable-debug --prefix='#{prefix}' --enable-nasm"
+ system "./configure", "--disable-debug", "--prefix=#{prefix}", "--enable-nasm"
system "make install"
end
end \ No newline at end of file