aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMartin Kühl2010-03-17 23:03:52 +0100
committerAdam Vandenberg2010-03-17 15:52:22 -0700
commit5898c05bdebccd7fc99c22147a81f250e3d71dcd (patch)
tree658fdc3a9368e2670d20d450185075f861bcc464 /Library/Formula
parent0806b9ce5498ddaedef9cac64719e5124ec97d44 (diff)
downloadhomebrew-5898c05bdebccd7fc99c22147a81f250e3d71dcd.tar.bz2
New formula: aoeui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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