From fafdb1cd38e71dafa54cb31f26304bee1cbfb3dc Mon Sep 17 00:00:00 2001 From: 鲁痴 Date: Tue, 6 Apr 2010 04:13:24 +0800 Subject: allegro 4.4.1 Signed-off-by: Adam Vandenberg * Add optional dependency. --- Library/Formula/allegro.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/allegro.rb diff --git a/Library/Formula/allegro.rb b/Library/Formula/allegro.rb new file mode 100644 index 000000000..80cbfe23f --- /dev/null +++ b/Library/Formula/allegro.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Allegro :optional + + def install + system "cmake . #{std_cmake_parameters}" + system "make install" + end +end -- cgit v1.2.3