2010-03-17 22:03:52 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Aoeui <Formula
|
|
|
|
url 'http://aoeui.googlecode.com/files/aoeui-1.4.tgz'
|
2010-03-18 08:06:36 +00:00
|
|
|
head 'http://aoeui.googlecode.com/svn/trunk/'
|
2010-03-17 22:03:52 +00:00
|
|
|
homepage 'http://aoeui.googlecode.com/'
|
|
|
|
md5 '8df4615fdf854838fe6c8ca773d0a6ea'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "INST_DIR=#{prefix}", "install"
|
|
|
|
end
|
|
|
|
end
|