require 'formula' class Flvtoolxx :build depends_on 'boost' def install system 'scons' bin.install 'flvtool++' end end