2009-10-15 08:07:12 +00:00
|
|
|
require 'formula'
|
2009-09-09 22:32:19 +00:00
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Pdftohtml < Formula
|
2010-04-07 05:58:35 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/pdftohtml/Experimental%20Versions/pdftohtml%200.40/pdftohtml-0.40a.tar.gz'
|
|
|
|
homepage 'http://pdftohtml.sourceforge.net/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '409572da65cf5234d026a5b199a81a26e75ca4d8'
|
2009-09-09 22:32:19 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "make"
|
2009-09-10 19:11:55 +00:00
|
|
|
bin.install "src/pdftohtml"
|
2009-09-09 22:32:19 +00:00
|
|
|
end
|
|
|
|
end
|