Fix liblastfm
This commit is contained in:
parent
86a0c14880
commit
da4d7fc07d
2 changed files with 3 additions and 1 deletions
|
@ -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}'"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue