osm2pgrouting 2.3.4

Closes #26100.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2018-04-02 21:30:49 -07:00
parent e6a3e42e90
commit 544f4271d4

View file

@ -1,9 +1,8 @@
class Osm2pgrouting < Formula class Osm2pgrouting < Formula
desc "Import OSM data into pgRouting database" desc "Import OSM data into pgRouting database"
homepage "http://pgrouting.org/docs/tools/osm2pgrouting.html" homepage "http://pgrouting.org/docs/tools/osm2pgrouting.html"
url "https://github.com/pgRouting/osm2pgrouting/archive/v2.3.3.tar.gz" url "https://github.com/pgRouting/osm2pgrouting/archive/v2.3.4.tar.gz"
sha256 "ea58d3b2dd0164cf85dfa66044ce1ea2af3080bee2c16ad6f115aa84aa23ba0f" sha256 "32aba345013e137e39cc7bf74466cc6c97b93e256f2754e617a00f61f57eb8c2"
revision 3
head "https://github.com/pgRouting/osm2pgrouting.git" head "https://github.com/pgRouting/osm2pgrouting.git"
bottle do bottle do
@ -22,13 +21,6 @@ class Osm2pgrouting < Formula
depends_on "postgresql" depends_on "postgresql"
def install def install
inreplace "CMakeLists.txt" do |s|
s.gsub! "RUNTIME DESTINATION \"/usr/bin\"",
"RUNTIME DESTINATION \"#{bin}\""
s.gsub! "SET(SHARE_DIR \"/usr/share/osm2pgrouting\")",
"SET(SHARE_DIR \"#{pkgshare}\")"
end
mkdir "build" do mkdir "build" do
system "cmake", "..", *std_cmake_args system "cmake", "..", *std_cmake_args
system "make", "install" system "make", "install"