homebrew-core/Formula/kytea.rb
Yoji SHIDARA e4aa6b28a8 kytea 0.4.5
Closes Homebrew/homebrew#19501.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-04-29 07:10:48 -07:00

13 lines
358 B
Ruby

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