require 'formula' class KdePhonon :build depends_on 'automoc4' => :build depends_on 'qt' depends_on 'glib' => :build keg_only "This package is already supplied by Qt and is only needed by KDE packages." def install system "cmake . #{std_cmake_parameters}" system "make install" end end