2010-03-17 22:03:52 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Aoeui < Formula
|
2010-03-17 22:03:52 +00:00
|
|
|
homepage 'http://aoeui.googlecode.com/'
|
2012-02-09 05:49:52 +00:00
|
|
|
url 'http://aoeui.googlecode.com/files/aoeui-1.6.tgz'
|
|
|
|
sha1 '6dd4949b844cad1f1380b1f218088c7b385f589f'
|
|
|
|
head 'http://aoeui.googlecode.com/svn/trunk/'
|
2010-03-17 22:03:52 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "INST_DIR=#{prefix}", "install"
|
|
|
|
end
|
|
|
|
end
|