aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/spatialite-tools.rb
diff options
context:
space:
mode:
authorCharlie Sharpsteen2012-01-08 14:04:13 -0800
committerCharlie Sharpsteen2012-01-08 15:00:09 -0800
commit6c06e3f22496f5bb0ff95607d96cfa40b1c9e2de (patch)
treeb2dec76a3098fc78a3c8e8d12fc273e2b2834420 /Library/Formula/spatialite-tools.rb
parent40f2876c1b24df5ddb4a0521224d6dcef9ae2d14 (diff)
downloadhomebrew-6c06e3f22496f5bb0ff95607d96cfa40b1c9e2de.tar.bz2
spatialite-tools: Update to 3.0.0
The Iconv bug is still present, so the LDFLAGS work-around stays for now.
Diffstat (limited to 'Library/Formula/spatialite-tools.rb')
-rw-r--r--Library/Formula/spatialite-tools.rb11
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/spatialite-tools.rb b/Library/Formula/spatialite-tools.rb
index f933cba79..d899fc159 100644
--- a/Library/Formula/spatialite-tools.rb
+++ b/Library/Formula/spatialite-tools.rb
@@ -1,17 +1,16 @@
require 'formula'
class SpatialiteTools < Formula
- url 'http://www.gaia-gis.it/spatialite-2.4.0-5/spatialite-tools-2.4.0.tar.gz'
- version '2.4.0-rc5'
- homepage 'http://www.gaia-gis.it/spatialite/'
- md5 '7a6b175661b27a5cb9da95209ed53f56'
+ homepage 'https://www.gaia-gis.it/fossil/spatialite-tools/index'
+ url 'http://www.gaia-gis.it/gaia-sins/spatialite-tools-3.0.0-stable.tar.gz'
+ md5 'b54f94eb5297c1cff1820c2a35752a9c'
depends_on 'pkg-config' => :build
depends_on 'libspatialite'
def install
- ENV.append 'LDFLAGS', '-liconv' # Fixes 3328 should be removed with next version
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ ENV.append 'LDFLAGS', '-liconv' # Fixes 3328. Can be removed in some future release.
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--target=macosx"
system "make install"