wok-next diff postgis/receipt @ rev 19257
mate-notification-daemon, libgpg-error: remove man pages
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Jul 03 10:52:52 2016 +0200 (2016-07-03) |
parents | 851e4e7e4f69 |
children | d28893c091dc |
line diff
1.1 --- a/postgis/receipt Mon Dec 09 21:00:49 2013 +0000 1.2 +++ b/postgis/receipt Sun Jul 03 10:52:52 2016 +0200 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()