wok-next diff postgis/receipt @ rev 14507
Add get-src2pkg
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue May 14 07:26:31 2013 +0200 (2013-05-14) |
parents | 03afa2371fe5 |
children | 7896f0694ef6 |
line diff
1.1 --- a/postgis/receipt Mon Aug 06 15:22:20 2012 +0200 1.2 +++ b/postgis/receipt Tue May 14 07:26:31 2013 +0200 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()