homebrew-core/Formula/ktoblzcheck.rb
Brett Koonce 7448fa2cd9 ktoblzcheck 1.40
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-16 14:28:16 -08: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.40.tar.gz'
sha1 '6bd54cdbeef15db63885a434362e45b7ac80c995'
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make"
ENV.j1
system "make install"
end
end