require 'formula' class Openjpeg :build depends_on 'libtiff' def install system "cmake . #{std_cmake_parameters}" system "make install" end end