robodoc 4.99.41

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Jason L. Shiffer 2011-06-12 10:26:53 -04:00 committed by Adam Vandenberg
parent 50b900df9f
commit a6454a2dcd

14
Formula/robodoc.rb Normal file
View file

@ -0,0 +1,14 @@
require 'formula'
class Robodoc < Formula
url 'http://rfsber.home.xs4all.nl/Robo/robodoc-4.99.41.tar.gz'
md5 '986ff954e0ba5a9c407384fc4b05303d'
homepage 'http://rfsber.home.xs4all.nl/Robo/robodoc.html'
head 'git://github.com/gumpu/ROBODoc'
def install
system "autoreconf", "-f", "-i" if ARGV.build_head?
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"
system "make install"
end
end