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