httrack 3.44.5

Closes Homebrew/homebrew#10113.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
olovsundstrom 2012-02-11 16:24:37 -05:00 committed by Jack Nagel
parent 933e10c3ce
commit 7bd90143dc

View file

@ -1,13 +1,13 @@
require 'formula'
class Httrack < Formula
url 'http://download.httrack.com/httrack-3.44.4.tar.gz'
homepage 'http://www.httrack.com/'
md5 '614b7124b887c543fc10545b994b2814'
url 'http://download.httrack.com/httrack-3.44.5.tar.gz'
md5 '6cbe14751a68b664223e70a2e88273d2'
def install
ENV.deparallelize
system "./configure", "--disable-debug", "--disable-dependency-tracking",
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-shared=no"
system "make install"