aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJulien Biezemans2011-03-13 23:11:39 +0100
committerAdam Vandenberg2011-03-13 16:43:14 -0700
commit7adc997c52208d4966ae4c385936262cd82c8107 (patch)
treed1b98823f914409f0338659a36bc6ebfa660910a /Library/Formula
parent10507c85e35678d5f07747ae434bf3d40dcb7401 (diff)
downloadhomebrew-7adc997c52208d4966ae4c385936262cd82c8107.tar.bz2
Kelbt 0.14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/kelbt.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/kelbt.rb b/Library/Formula/kelbt.rb
new file mode 100644
index 000000000..0dad20e2c
--- /dev/null
+++ b/Library/Formula/kelbt.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Kelbt < Formula
+ url 'http://www.complang.org/kelbt/kelbt-0.14.tar.gz'
+ homepage 'http://www.complang.org/kelbt/'
+ md5 '6eeaaa79e665389d7953361d10815fb5'
+
+ def install
+ system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
+ system "make install"
+ end
+end