Skip to content

Commit

Permalink
kanif 1.2.2
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#26230.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
gragana authored and adamv committed Mar 7, 2014
1 parent f6886f4 commit d91f5da
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Formula/kanif.rb
@@ -0,0 +1,17 @@
require "formula"

class Kanif < Formula
homepage "http://taktuk.gforge.inria.fr/kanif/"
url "http://gforge.inria.fr/frs/download.php/26773/kanif-1.2.2.tar.gz"
sha1 "7a10fe0e74159875f004b6c4a12a0202ff092ce9"

depends_on 'taktuk'

def install
system "./configure", "--disable-debug",
"--disable-dependency-tracking",
"--disable-silent-rules",
"--prefix=#{prefix}"
system "make", "install"
end
end

0 comments on commit d91f5da

Please sign in to comment.