require 'formula' class KdePhonon :build depends_on 'automoc4' => :build depends_on 'qt' keg_only "This package is already supplied by Qt and is only needed by KDE packages." def patches "http://gitorious.org/phonon/phonon/commit/9556b819b089da67290691f53ce7c1550ed23705.patch" end def install system "cmake . #{std_cmake_parameters}" system "make install" end end