wok rev 21678

updated pgrouting (2.5.2 -> 2.6.2)
author Hans-G?nter Theisgen
date Sun Jun 02 10:56:29 2019 +0100 (2019-06-02)
parents bfc7227f468e
children e2cce68f63bb
files pgrouting/receipt
line diff
     1.1 --- a/pgrouting/receipt	Sun Jun 02 10:21:17 2019 +0100
     1.2 +++ b/pgrouting/receipt	Sun Jun 02 10:56:29 2019 +0100
     1.3 @@ -1,28 +1,30 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pgrouting"
     1.7 -VERSION="2.5.2"
     1.8 +VERSION="2.6.2"
     1.9  CATEGORY="misc"
    1.10 -SHORT_DESC="provide geospatial routing for PostGIS / PostgreSQL."
    1.11 +SHORT_DESC="Provide geospatial routing for PostGIS and PostgreSQL."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://pgrouting.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://pgrouting.org/"
    1.18 -WGET_URL="https://codeload.github.com/pgRouting/pgrouting/tar.gz/v$VERSION"
    1.19 +WGET_URL="https://github.com/pgRouting/$PACKAGE/archive/v$VERSION.tar.gz"
    1.20  
    1.21 -DEPENDS="gcc-lib-base cgal gmp libboost-thread libboost-system \
    1.22 -libboost-chrono libboost-date-time"
    1.23 -BUILD_DEPENDS="wget cmake postgresql-dev libboost-dev cgal-dev gmp-dev \
    1.24 -mpfr-dev libboost-graph-dev libboost-thread-dev libboost-tr1-dev"
    1.25 +DEPENDS="cgal gcc-lib-base gmp libboost-chrono libboost-date-time \
    1.26 +	libboost-system libboost-thread"
    1.27 +BUILD_DEPENDS="cgal-dev cmake gmp-dev libboost-dev libboost-graph-dev \
    1.28 +	libboost-thread-dev libboost-tr1-dev mpfr-dev postgresql-dev"
    1.29  
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33 -	sed -i 's/INT2ARRAYOID/1005/' src/common/src/get_check_data.c
    1.34 +	sed -i 's/INT2ARRAYOID/1005/' src/common/get_check_data.c
    1.35 +
    1.36  	mkdir build
    1.37  	cd build
    1.38 -	cmake -DWITH_DD=ON ..
    1.39 -	make
    1.40 +	cmake .. &&
    1.41 +	make &&
    1.42  	make install
    1.43  }
    1.44