aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/arabica.rb14
1 files changed, 14 insertions, 0 deletions
diff --git a/Library/Formula/arabica.rb b/Library/Formula/arabica.rb
new file mode 100644
index 000000000..4d0de1280
--- /dev/null
+++ b/Library/Formula/arabica.rb
@@ -0,0 +1,14 @@
+require 'formula'
+
+class Arabica <Formula
+ homepage 'http://www.jezuk.co.uk/cgi-bin/view/arabica'
+ url 'http://github.com/ashb/Arabica/tarball/20100203'
+ version '20100203'
+ md5 '9318c4d498957cd356e533f2132d6956'
+
+ def install
+ system "autoreconf"
+ system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
+ system "make install"
+ end
+end