mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
libsamplerate formula
This commit is contained in:
parent
be3b76b59c
commit
02cef8a36e
11
Formula/libsamplerate.rb
Normal file
11
Formula/libsamplerate.rb
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
$:.unshift "#{File.dirname __FILE__}/../Cellar/homebrew" #rubysucks
|
||||||
|
require 'brewkit'
|
||||||
|
|
||||||
|
homepage='http://www.mega-nerd.com/SRC'
|
||||||
|
url='http://www.mega-nerd.com/SRC/libsamplerate-0.1.7.tar.gz'
|
||||||
|
md5='ad093e60ec44f0a60de8e29983ddbc0f'
|
||||||
|
|
||||||
|
Formula.new(url, md5).brew do |prefix|
|
||||||
|
system "./configure --disable-debug --prefix='#{prefix}'"
|
||||||
|
system "make install"
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user