aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/aoeui.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/aoeui.rb b/Library/Formula/aoeui.rb
new file mode 100644
index 000000000..28eda69c4
--- /dev/null
+++ b/Library/Formula/aoeui.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Aoeui <Formula
+ url 'http://aoeui.googlecode.com/files/aoeui-1.4.tgz'
+ head 'svn://http://aoeui.googlecode.com/svn/trunk/'
+ homepage 'http://aoeui.googlecode.com/'
+ md5 '8df4615fdf854838fe6c8ca773d0a6ea'
+
+ def install
+ system "make", "INST_DIR=#{prefix}", "install"
+ end
+end