wok diff postgis/receipt @ rev 14349

yad, yad-gtk3: up 0.20.3; add libzeitgeist*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Apr 15 02:19:33 2013 +0000 (2013-04-15)
parents 03afa2371fe5
children 7896f0694ef6
line diff
     1.1 --- a/postgis/receipt	Mon Aug 06 15:22:20 2012 +0200
     1.2 +++ b/postgis/receipt	Mon Apr 15 02:19:33 2013 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="postgis"
     1.7 -VERSION="1.5.3"
     1.8 +VERSION="2.0.2"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Support for geographic objects to PostgreSQL"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -9,8 +9,8 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="http://postgis.refractions.net/download/$TARBALL"
    1.15  
    1.16 -DEPENDS="geos proj libpostgresqlclient libxml2"
    1.17 -BUILD_DEPENDS="postgresql-dev geos-dev proj-dev libxml2-dev gtk+-dev"
    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  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()