From d5b378a032d1409380c89d38e66cbbfa40eff410 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Mon, 26 Sep 2011 15:55:51 -0500 Subject: New Formula: assimp Closes #7843. Signed-off-by: Charlie Sharpsteen --- Library/Formula/assimp.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Library/Formula/assimp.rb (limited to 'Library') diff --git a/Library/Formula/assimp.rb b/Library/Formula/assimp.rb new file mode 100644 index 000000000..7b070ecdd --- /dev/null +++ b/Library/Formula/assimp.rb @@ -0,0 +1,20 @@ +require 'formula' + +class Assimp < Formula + url 'http://downloads.sourceforge.net/project/assimp/assimp-2.0/assimp--2.0.863-sdk.zip' + homepage 'http://assimp.sourceforge.net/' + md5 '9f41662501bd9d9533c4cf03b7c25d5b' + version '2.0.863' + + depends_on 'cmake' => :build + depends_on 'boost' + + def install + system "cmake . #{std_cmake_parameters}" + system "make install" + end + + def test + system "assimp version" + end +end -- cgit v1.2.3