rt-audio 4.0.12
Closes Homebrew/homebrew#22770. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
3e841354d0
commit
7906289010
1 changed files with 3 additions and 2 deletions
|
@ -2,10 +2,11 @@ require 'formula'
|
|||
|
||||
class RtAudio < Formula
|
||||
homepage 'http://www.music.mcgill.ca/~gary/rtaudio/'
|
||||
url 'http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.7.tar.gz'
|
||||
sha1 '56c647cc664dd021df1a6fa30fe96c04100c2b75'
|
||||
url 'http://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-4.0.12.tar.gz'
|
||||
sha1 'a9a4783183e47f07cff0c62d3882ee95b4eefc4d'
|
||||
|
||||
def install
|
||||
ENV.j1 # makefile isn't parallel-safe
|
||||
system "./configure"
|
||||
system "make"
|
||||
lib.install "librtaudio.a"
|
||||
|
|
Loading…
Reference in a new issue