wok-6.x diff postgis/receipt @ rev 18678
Add xpenguins (2.2), xpenguins_themes (1.0)
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Mon Dec 07 22:10:28 2015 +0100 (2015-12-07) |
parents | 851e4e7e4f69 |
children | e2ec3520cf88 |
line diff
1.1 --- a/postgis/receipt Mon Dec 09 21:00:49 2013 +0000 1.2 +++ b/postgis/receipt Mon Dec 07 22:10:28 2015 +0100 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()