Skip to content

Commit

Permalink
New formula: cflow
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <[email protected]>
  • Loading branch information
tianyicui authored and adamv committed Oct 6, 2010
1 parent b3d07ab commit 97186ae
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Library/Formula/cflow.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
require 'formula'

class Cflow <Formula
url 'http:https://ftp.gnu.org/gnu/cflow/cflow-1.3.tar.bz2'
homepage 'http:https://www.gnu.org/software/cflow/'
md5 'b3fe4bfba9d648447065b3c2d73ae66c'

def install
ENV.append "CFLAGS", " -fno-common"
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}", "--infodir=#{info}"
system "make install"
end
end

0 comments on commit 97186ae

Please sign in to comment.