portmidi: remove "verbose install" caveats

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-03-05 22:36:34 -06:00
parent e0ef0a12cf
commit 21ea4bbd37
1 changed files with 1 additions and 8 deletions

View File

@ -1,19 +1,12 @@
require 'formula'
class Portmidi < Formula
url 'http://downloads.sourceforge.net/project/portmedia/portmidi/200/portmidi-src-200.zip'
homepage 'http://sourceforge.net/apps/trac/portmedia/wiki/portmidi'
url 'http://downloads.sourceforge.net/project/portmedia/portmidi/200/portmidi-src-200.zip'
md5 '26053a105d938395227bb6ae1d78643b'
depends_on 'cmake' => :build
def caveats
<<-EOS.undent
NOTE: "brew install -v portmidi" will fail! You must install
in non-verbose mode for this to succeed.
EOS
end
def install
# PATCH for Snow Leopard, see https://github.com/halfbyte/portmidi
# hopefully not needed anymore in the next version of portmidi