Skip to content

Commit

Permalink
taktuk 3.7.5
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#37278.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
bfontaine authored and MikeMcQuaid committed Mar 1, 2015
1 parent 2f5fe65 commit c419156
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Formula/taktuk.rb
@@ -1,14 +1,16 @@
require "formula"

class Taktuk < Formula
homepage "http://taktuk.gforge.inria.fr/"
url "http://gforge.inria.fr/frs/download.php/30903/taktuk-3.7.4.tar.gz"
url "http://gforge.inria.fr/frs/download.php/30903/taktuk-3.7.5.tar.gz"
sha1 "947de1e9810316142815df3077e3f629680de564"

def install
system "./configure", "--prefix=#{prefix}"
system "make",
system "make"
ENV.j1
system "make", "install"
end

test do
system "#{bin}/taktuk", "quit"
end
end

0 comments on commit c419156

Please sign in to comment.