Updated homepage and download for libtiff.

This commit is contained in:
Adam Vandenberg 2010-03-17 09:54:37 -07:00
parent 052b5f3f97
commit 86e0340813

View file

@ -1,9 +1,9 @@
require 'formula'
class Libtiff <Formula
@url='ftp://ftp.remotesensing.org/libtiff/tiff-3.9.2.tar.gz'
@homepage='http://www.libtiff.org/'
@md5='93e56e421679c591de7552db13384cb8'
url 'http://download.osgeo.org/libtiff/tiff-3.9.2.tar.gz'
homepage 'http://www.remotesensing.org/libtiff/'
md5 '93e56e421679c591de7552db13384cb8'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--mandir=#{man}"