aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/ktoblzcheck.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/ktoblzcheck.rb b/Library/Formula/ktoblzcheck.rb
new file mode 100644
index 000000000..978edc1d7
--- /dev/null
+++ b/Library/Formula/ktoblzcheck.rb
@@ -0,0 +1,14 @@
+require 'formula'
+
+class Ktoblzcheck <Formula
+ url 'http://freefr.dl.sourceforge.net/project/ktoblzcheck/ktoblzcheck/ktoblzcheck-1.24.tar.gz'
+ homepage 'http://ktoblzcheck.sourceforge.net/'
+ md5 '6385d5eca2db5f7eb3bd49312166eaf7'
+
+ def install
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "make"
+ ENV.j1
+ system "make install"
+ end
+end