From 9a6bd3473936175163a642e28f6ce0b8a659cf6d Mon Sep 17 00:00:00 2001 From: Torkild U. Resheim Date: Mon, 20 Jun 2011 19:15:17 +0200 Subject: New formula: latex2html Closes #6104. Signed-off-by: Jack Nagel --- Library/Formula/latex2html.rb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Library/Formula/latex2html.rb (limited to 'Library/Formula') diff --git a/Library/Formula/latex2html.rb b/Library/Formula/latex2html.rb new file mode 100644 index 000000000..b36068bce --- /dev/null +++ b/Library/Formula/latex2html.rb @@ -0,0 +1,16 @@ +require 'formula' + +class Latex2html < Formula + url 'http://ctan.uib.no/support/latex2html/latex2html-2008.tar.gz' + homepage 'http://ctan.uib.no/help/Catalogue/entries/latex2html.html' + md5 '275ab6cfa8ca9328446b7f40d8dc302e' + version '1.71' + + depends_on 'netpbm' + depends_on 'ghostscript' => :optional + + def install + system "./configure", "--prefix=#{prefix}", "--without-mktexlsr" + system "make install" + end +end -- cgit v1.2.3