require 'formula' class Openrtsp < Formula homepage 'http://www.live555.com/openRTSP' url 'http://www.live555.com/liveMedia/public/live.2014.01.13.tar.gz' sha1 'e617930d23ef55381613121c2ea921ce59b9ee0e' option "32-bit" def install if build.build_32_bit? || !MacOS.prefer_64_bit? ENV.m32 system "./genMakefiles macosx-32bit" else system "./genMakefiles macosx" end system "make", "PREFIX=#{prefix}", "install" end end