From 793d4ea70c203f775b261d45f71ebac9dcbb4144 Mon Sep 17 00:00:00 2001 From: eregon Date: Mon, 8 Nov 2010 03:10:48 +0100 Subject: [PATCH] New Formula: physfs Signed-off-by: Adam Vandenberg --- Formula/physfs.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Formula/physfs.rb diff --git a/Formula/physfs.rb b/Formula/physfs.rb new file mode 100644 index 0000000000..e70def6c4e --- /dev/null +++ b/Formula/physfs.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Physfs :build + + def install + system "cmake . #{std_cmake_parameters} -DPHYSFS_BUILD_WX_TEST=FALSE" + system "make install" + end +end