2011-12-25 08:23:26 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Kytea < Formula
|
|
|
|
homepage 'http://www.phontron.com/kytea/'
|
2013-04-29 07:23:09 +00:00
|
|
|
url 'http://www.phontron.com/kytea/download/kytea-0.4.5.tar.gz'
|
|
|
|
sha1 'af0228203f509f576f5a2dcf2c0cb44e2f36aa72'
|
2011-12-25 08:23:26 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-dependency-tracking",
|
|
|
|
"--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|