# HG changeset patch # User Hans-G?nter Theisgen # Date 1559204498 -3600 # Node ID e65a1f7191921c3ea6cdf2eb85dfa230ae4bce94 # Parent 797cb3b8865a7332c4c154881704c10ae0c6bcea updated osm2pgrouting (2.3.3 -> 2.3.6) diff -r 797cb3b8865a -r e65a1f719192 osm2pgrouting/receipt --- a/osm2pgrouting/receipt Thu May 30 08:56:18 2019 +0100 +++ b/osm2pgrouting/receipt Thu May 30 09:21:38 2019 +0100 @@ -1,23 +1,25 @@ # SliTaz package receipt. PACKAGE="osm2pgrouting" -VERSION="2.3.3" +VERSION="2.3.6" CATEGORY="misc" -SHORT_DESC="Import tool for OpenStreetMap data to pgRouting database" +SHORT_DESC="Import tool for OpenStreetMap data to pgRouting database." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://github.com/pgRouting/osm2pgrouting" + TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://github.com/pgRouting/osm2pgrouting" WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" -DEPENDS="libpostgresqlclient libboost-program-options expat gcc49-lib-base" -BUILD_DEPENDS="postgresql-dev postgis pgrouting libboost-program-options-dev \ -expat-dev libpqxx cmake gcc49" +DEPENDS="expat gcc49-lib-base libboost-program-options libpostgresqlclient" +BUILD_DEPENDS="cmake expat-dev gcc49 libpqxx libboost-program-options-dev \ + pgrouting postgis postgresql-dev" # Rules to configure and make the package. compile_rules() { - export CXX=/usr/bin/i486-slitaz-linux-g++-49 + export CXX=g++-49 + cmake -DCMAKE_INSTALL_PREFIX=/usr -H. -Bbuild cd build/ make &&