require 'formula' class Physfs :build def install system "cmake . #{std_cmake_parameters} -DPHYSFS_BUILD_WX_TEST=FALSE" system "make install" end end