2013-10-25 20:28:06 +00:00
|
|
|
class Ekhtml < Formula
|
2015-05-19 00:00:59 +00:00
|
|
|
desc "Forgiving SAX-style HTML parser"
|
2015-08-03 12:55:31 +00:00
|
|
|
homepage "http://ekhtml.sourceforge.net/"
|
|
|
|
url "https://downloads.sourceforge.net/project/ekhtml/ekhtml/0.3.2/ekhtml-0.3.2.tar.gz"
|
|
|
|
sha256 "1ed1f0166cd56552253cd67abcfa51728ff6b88f39bab742dbf894b2974dc8d6"
|
2013-10-25 20:28:06 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
ENV.j1
|
|
|
|
system "./configure", "--disable-dependency-tracking",
|
|
|
|
"--prefix=#{prefix}"
|
|
|
|
system "make", "install"
|
|
|
|
end
|
|
|
|
end
|