Skip to content

Commit

Permalink
Fix liblastfm
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Feb 24, 2010
1 parent 8eae8e7 commit 5e4166d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/liblastfm.rb
Expand Up @@ -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}'"
Expand Down
2 changes: 2 additions & 0 deletions Library/Formula/libsamplerate.rb
Expand Up @@ -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"
Expand Down

0 comments on commit 5e4166d

Please sign in to comment.