2010-04-20 17:45:36 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Htmlcxx < Formula
|
2010-04-20 17:45:36 +00:00
|
|
|
homepage 'http://htmlcxx.sourceforge.net/'
|
2012-08-04 15:58:46 +00:00
|
|
|
url 'http://downloads.sourceforge.net/project/htmlcxx/htmlcxx/0.85/htmlcxx-0.85.tar.gz'
|
|
|
|
sha1 'e56fef830db51041fd297d269d24379b2dccb928'
|
2010-04-20 17:45:36 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|