Graphviz formula
Disabling python becuase using easy_install is easier, and it was kicking errors before I disabled it.
This commit is contained in:
parent
65b311ea94
commit
b8f509f85a
1 changed files with 12 additions and 0 deletions
12
Formula/graphviz.rb
Normal file
12
Formula/graphviz.rb
Normal file
|
@ -0,0 +1,12 @@
|
|||
require 'brewkit'
|
||||
|
||||
class Graphviz <Formula
|
||||
url 'http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.24.0.tar.gz'
|
||||
homepage 'http://graphviz.org/'
|
||||
md5 '806a30dbc3f8deb219216f35be0e7a40'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--with-qartz", "--disable-python"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue