require 'formula' class Lastfmfpclient :build depends_on 'taglib' depends_on 'fftw' depends_on 'mad' depends_on 'libsamplerate' def install system "cmake . #{std_cmake_parameters}" system "make install" end end