homebrew-core/Formula/kytea.rb
Yoji SHIDARA a9fb9a6ace kytea 0.4.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-04 06:48:45 -07:00

13 lines
349 B
Ruby

require 'formula'
class Kytea < Formula
url 'http://www.phontron.com/kytea/download/kytea-0.4.1.tar.gz'
homepage 'http://www.phontron.com/kytea/'
md5 '97093b3ab0f607ff4237f2fb92a14d1e'
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end