2010-03-17 22:03:52 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Aoeui < Formula
|
2011-02-16 18:11:59 +00:00
|
|
|
url 'http://aoeui.googlecode.com/files/aoeui-1.5.tgz'
|
|
|
|
sha1 'f0368cf55ab75cc359d8b6f55928bbeac3aecaa0'
|
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/'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "INST_DIR=#{prefix}", "install"
|
|
|
|
end
|
|
|
|
end
|