homebrew-core/Formula/kytea.rb

14 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.2.tar.gz'
sha1 'd43c9712819f112e5b2077eba16926c506cf6387'
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end