require 'formula' class Kdepim :build depends_on 'kdebase-runtime' def install system "cmake . #{std_cmake_parameters} -DBUNDLE_INSTALL_DIR=#{bin}" system "make install" end end