aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/kytea.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/kytea.rb b/Library/Formula/kytea.rb
new file mode 100644
index 000000000..1dd984c6b
--- /dev/null
+++ b/Library/Formula/kytea.rb
@@ -0,0 +1,13 @@
+require 'formula'
+
+class Kytea < Formula
+ url 'http://www.phontron.com/kytea/download/kytea-0.3.2.tar.gz'
+ homepage 'http://www.phontron.com/kytea/'
+ md5 '14fb920c60f7abd9ce4c08037cc1be13'
+
+ def install
+ system "./configure", "--disable-dependency-tracking",
+ "--prefix=#{prefix}"
+ system "make install"
+ end
+end