New formula: aoeui

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Martin Kühl 2010-03-17 23:03:52 +01:00 committed by Adam Vandenberg
parent ec84b8c365
commit cae2da1e44

12
Formula/aoeui.rb Normal file
View file

@ -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