diff options
| author | Max Howell | 2010-02-24 15:10:06 +0000 |
|---|---|---|
| committer | Max Howell | 2010-02-24 15:13:20 +0000 |
| commit | 5e4166d115852e97df7b9fe76ad0326d5c1182a0 (patch) | |
| tree | c48bebd7be5ac9f5f9054fa9eed856093064f111 /Library/Formula | |
| parent | 8eae8e7803f3cb9f982686a42f31582101632f7b (diff) | |
| download | homebrew-5e4166d115852e97df7b9fe76ad0326d5c1182a0.tar.bz2 | |
Fix liblastfm
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/liblastfm.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/libsamplerate.rb | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Library/Formula/liblastfm.rb b/Library/Formula/liblastfm.rb index 7026c5c9a..bccd632dd 100644 --- a/Library/Formula/liblastfm.rb +++ b/Library/Formula/liblastfm.rb @@ -7,7 +7,7 @@ class Liblastfm <Formula depends_on 'qt' depends_on 'fftw' - depends_on 'samplerate' + depends_on 'libsamplerate' def install system "./configure --release --prefix '#{prefix}'" diff --git a/Library/Formula/libsamplerate.rb b/Library/Formula/libsamplerate.rb index c7a13f006..33f13f3e7 100644 --- a/Library/Formula/libsamplerate.rb +++ b/Library/Formula/libsamplerate.rb @@ -5,6 +5,8 @@ class Libsamplerate <Formula url 'http://www.mega-nerd.com/SRC/libsamplerate-0.1.7.tar.gz' md5 'ad093e60ec44f0a60de8e29983ddbc0f' + aka 'Secret Rabbit Code' + def install system "./configure", "--disable-debug", "--prefix=#{prefix}" system "make install" |
