require 'formula' class Vcdimager :build depends_on 'libcdio' depends_on 'popt' def install ENV.libxml2 system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", "--mandir=#{man}" system "make install" end end