diff options
Diffstat (limited to 'Library/Formula/liblastfm.rb')
| -rw-r--r-- | Library/Formula/liblastfm.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/liblastfm.rb b/Library/Formula/liblastfm.rb index bccd632dd..62faf088f 100644 --- a/Library/Formula/liblastfm.rb +++ b/Library/Formula/liblastfm.rb @@ -1,16 +1,16 @@ require 'formula' class Liblastfm <Formula - @homepage='http://github.com/mxcl/liblastfm/' - @url='http://static.last.fm/src/liblastfm-0.3.0.tar.bz2' - @md5='3f73222ebc31635941832b01e7a494b6' + homepage 'http://github.com/mxcl/liblastfm/' + url 'http://static.last.fm/src/liblastfm-0.3.0.tar.bz2' + md5 '3f73222ebc31635941832b01e7a494b6' depends_on 'qt' depends_on 'fftw' depends_on 'libsamplerate' def install - system "./configure --release --prefix '#{prefix}'" + system "./configure", "--release", "--prefix", prefix system "make" system "make install" end |
