2011-12-25 08:23:26 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Kytea < Formula
|
|
|
|
homepage 'http://www.phontron.com/kytea/'
|
2012-05-29 06:09:11 +00:00
|
|
|
url 'http://www.phontron.com/kytea/download/kytea-0.4.2.tar.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'd43c9712819f112e5b2077eba16926c506cf6387'
|
2011-12-25 08:23:26 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-dependency-tracking",
|
|
|
|
"--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|