homebrew-core/Formula/kelbt.rb
Julien Biezemans 41078b736d Kelbt 0.14
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-13 16:43:14 -07:00

12 lines
332 B
Ruby

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