wok diff postgis/receipt @ rev 19596
Up: cmake (3.7.1)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Jan 01 17:45:15 2017 +0000 (2017-01-01) |
parents | 851e4e7e4f69 |
children | e2ec3520cf88 |
line diff
1.1 --- a/postgis/receipt Mon Dec 09 21:00:49 2013 +0000 1.2 +++ b/postgis/receipt Sun Jan 01 17:45:15 2017 +0000 1.3 @@ -1,17 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="postgis" 1.7 -VERSION="2.0.2" 1.8 +VERSION="2.2.0" 1.9 CATEGORY="misc" 1.10 SHORT_DESC="Support for geographic objects to PostgreSQL" 1.11 MAINTAINER="erjo@slitaz.org" 1.12 LICENSE="GPL2" 1.13 WEB_SITE="http://postgis.refractions.net/" 1.14 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.15 -WGET_URL="http://postgis.refractions.net/download/$TARBALL" 1.16 +WGET_URL="http://download.osgeo.org/postgis/source/$TARBALL" 1.17 1.18 DEPENDS="geos proj libpostgresqlclient libxml2 libgdal" 1.19 -BUILD_DEPENDS="postgresql-dev geos-dev proj-dev libxml2-dev gtk+-dev gdal-dev" 1.20 +BUILD_DEPENDS="pkg-config postgresql-dev geos-dev proj-dev libxml2-dev \ 1.21 +gtk+-dev gdal-dev jasper-dev curl-dev libpostgresqlclient tiff" 1.22 1.23 # Rules to configure and make the package. 1.24 compile_rules()