homebrew-core/Formula/ktoblzcheck.rb
Alexis Hildebrandt cb4640cd29 Update Formula: ktoblzcheck
Version bump to 1.29

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-12-26 13:33:18 -08:00

14 lines
400 B
Ruby

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