require 'formula' class Timbl :build depends_on 'libxml2' def install system "./configure", "--prefix=#{prefix}" system "make install" end end