Commit f83c7278 authored by Ed Reel's avatar Ed Reel

Update geos from 3.4.2 to 3.6.1

parent 4d9859c5
...@@ -3,13 +3,13 @@ require 'package' ...@@ -3,13 +3,13 @@ require 'package'
class Geos < Package class Geos < Package
description 'GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).' description 'GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology Suite (JTS).'
homepage 'https://trac.osgeo.org/geos/' homepage 'https://trac.osgeo.org/geos/'
version '3.4.2-1' version '3.6.1'
source_url 'http://download.osgeo.org/geos/geos-3.4.2.tar.bz2' source_url 'http://download.osgeo.org/geos/geos-3.6.1.tar.bz2'
source_sha256 '15e8bfdf7e29087a957b56ac543ea9a80321481cef4d4f63a7b268953ad26c53' source_sha256 '4a2e4e3a7a09a7cfda3211d0f4a235d9fd3176ddf64bd8db14b4ead266189fc5'
def self.build def self.build
system "./configure CFLAGS=\" -fPIC\"" system './configure CFLAGS=" -fPIC"'
system "make" system 'make'
end end
def self.install def self.install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment