2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-06-04 18:21:19 +00:00
|
|
|
|
|
|
|
class Asciidoc <Formula
|
2009-09-26 02:23:56 +00:00
|
|
|
@url='http://downloads.sourceforge.net/project/asciidoc/asciidoc/8.4.5/asciidoc-8.4.5.tar.gz'
|
|
|
|
@md5='9f21d6e352b3ab668f9def3eb7497da2'
|
2009-06-04 18:21:19 +00:00
|
|
|
@homepage='http://www.methods.co.nz/asciidoc'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure --disable-debug --prefix='#{prefix}'"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|