homebrew-core/Formula/ktoblzcheck.rb
Brett Koonce 386b6c227f ktoblzcheck 1.42
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-14 13:35:52 -07:00

15 lines
436 B
Ruby

require 'formula'
class Ktoblzcheck < Formula
homepage 'http://ktoblzcheck.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/ktoblzcheck/ktoblzcheck-1.42.tar.gz'
sha1 '1a756886ed2ca1dcff3113391a204675f6be236a'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
ENV.j1
system "make install"
end
end