New Formula: ReadOSM
ReadOSM is a small library for reading Open Street Map data dumps. This library is a new pre-requisite of the Spatialite Tools.
This commit is contained in:
parent
5972893fdb
commit
b32a978f0e
1 changed files with 13 additions and 0 deletions
13
Formula/readosm.rb
Normal file
13
Formula/readosm.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Readosm < Formula
|
||||
homepage 'https://www.gaia-gis.it/fossil/readosm/index'
|
||||
url 'http://www.gaia-gis.it/gaia-sins/readosm-sources/readosm-1.0.0.tar.gz'
|
||||
md5 'ed50a748d430612ecbead6ad3d271410'
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue