Fix liblastfm

master
Max Howell 2010-02-24 15:10:06 +00:00
parent 86a0c14880
commit da4d7fc07d
2 changed files with 3 additions and 1 deletions

View File

@ -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}'"

View File

@ -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"