From a6eb8c316e60c308608b62eaaaa8e35bc219fe5e Mon Sep 17 00:00:00 2001 From: Jean-Michel Lacroix Date: Mon, 2 Aug 2010 23:34:39 -0400 Subject: [PATCH] New formula: imlib2 --- Formula/imlib2.rb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Formula/imlib2.rb diff --git a/Formula/imlib2.rb b/Formula/imlib2.rb new file mode 100644 index 00000000000..cd31e0dedcd --- /dev/null +++ b/Formula/imlib2.rb @@ -0,0 +1,17 @@ +require 'formula' + +class Imlib2 :build + + def install + ENV.x11 # For freetype + system "./configure", "--disable-dependency-tracking", + "--prefix=#{prefix}", + "--enable-amd64=no" + system "make install" + end +end