update spatialindex to 1.5.0

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Wade Simmons 2010-05-10 17:13:30 -06:00 committed by Adam Vandenberg
parent 286ed8175c
commit 83f79f8ef5

View file

@ -1,9 +1,9 @@
require 'formula' require 'formula'
class Spatialindex <Formula class Spatialindex <Formula
url 'http://download.osgeo.org/libspatialindex/spatialindex-1.4.0.tar.gz' url 'http://download.osgeo.org/libspatialindex/spatialindex-src-1.5.0.tar.gz'
homepage 'http://trac.gispython.org/spatialindex/' homepage 'http://trac.gispython.org/spatialindex/'
md5 '2cda512ca12c1a0d52172bb7f82a88f0' md5 '5d409794d860505b93f8935d98a6d173'
def install def install
system "./configure", "--prefix=#{prefix}", "--disable-debug" system "./configure", "--prefix=#{prefix}", "--disable-debug"