From 0e3e40a1e96c04185c077eb07cee7b049eeec1d6 Mon Sep 17 00:00:00 2001 From: David Caldwell Date: Fri, 13 Dec 2013 22:44:34 -0800 Subject: lib3ds 1.3 (new formula) Library for managing 3D-Studio Release 3 and 4 ".3DS" files. Closes #25198. Signed-off-by: Mike McQuaid --- Library/Formula/lib3ds.rb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Library/Formula/lib3ds.rb (limited to 'Library/Formula') diff --git a/Library/Formula/lib3ds.rb b/Library/Formula/lib3ds.rb new file mode 100644 index 000000000..ffce27ab3 --- /dev/null +++ b/Library/Formula/lib3ds.rb @@ -0,0 +1,12 @@ +require 'formula' + +class Lib3ds < Formula + homepage 'http://code.google.com/p/lib3ds/' + url 'http://lib3ds.googlecode.com/files/lib3ds-1.3.0.zip' + sha1 '544262eac73c1e4a1d77f0f1cbd90b990a996db8' + + def install + system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" + system "make install" + end +end -- cgit v1.2.3