require 'formula' class Pv < Formula homepage 'http://www.ivarch.com/programs/pv.shtml' url 'http://www.ivarch.com/programs/sources/pv-1.4.12.tar.bz2' sha1 'ce1b9b90a0f6bdfb533d548b3d56d83cd1df4fd3' depends_on 'gettext' fails_with :llvm do build 2334 end def install system "./configure", "--disable-debug", "--prefix=#{prefix}", "--mandir=#{man}" system "make install" end end