From 7afa34488f004fb8ad8f80b0ca34a252b461dcb3 Mon Sep 17 00:00:00 2001 From: chexov Date: Thu, 4 Mar 2010 03:01:47 +0200 Subject: New Formula: ufraw Signed-off-by: Adam Vandenberg --- Library/Formula/ufraw.rb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Library/Formula/ufraw.rb (limited to 'Library/Formula/ufraw.rb') diff --git a/Library/Formula/ufraw.rb b/Library/Formula/ufraw.rb new file mode 100644 index 000000000..e79ca8181 --- /dev/null +++ b/Library/Formula/ufraw.rb @@ -0,0 +1,24 @@ +require 'formula' + +class Ufraw :optional + + def install + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}", + "--without-gtk", + "--without-gimp" + system "make install" + (share+'pixmaps').rmtree + end +end -- cgit v1.2.3