wok-6.x rev 14044
Up postgis (2.0.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 18 18:25:36 2013 +0100 (2013-02-18) |
parents | f1f0f4bab8de |
children | 07082c1a3c4f |
files | asterisk/receipt postgis-gui/receipt postgis/receipt |
line diff
1.1 --- a/asterisk/receipt Mon Feb 18 17:40:16 2013 +0100 1.2 +++ b/asterisk/receipt Mon Feb 18 18:25:36 2013 +0100 1.3 @@ -45,6 +45,7 @@ 1.4 cp $stuff/rfc3951.txt codecs/ilbc 1.5 [ -f codecs/ilbc/iLBC_define.h ] || ( cd codecs/ilbc && 1.6 awk -f $stuff/extract-cfile.awk rfc3951.txt > /dev/null ) 1.7 + mkdir -p $DESTDIR/usr/bin 1.8 ./configure \ 1.9 --prefix=/usr \ 1.10 --sysconfdir=/etc \
2.1 --- a/postgis-gui/receipt Mon Feb 18 17:40:16 2013 +0100 2.2 +++ b/postgis-gui/receipt Mon Feb 18 18:25:36 2013 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="postgis-gui" 2.7 -VERSION="1.5.3" 2.8 +VERSION="2.0.2" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="Support for geographic objects to PostgreSQL" 2.11 MAINTAINER="erjo@slitaz.org"
3.1 --- a/postgis/receipt Mon Feb 18 17:40:16 2013 +0100 3.2 +++ b/postgis/receipt Mon Feb 18 18:25:36 2013 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="postgis" 3.7 -VERSION="1.5.3" 3.8 +VERSION="2.0.2" 3.9 CATEGORY="misc" 3.10 SHORT_DESC="Support for geographic objects to PostgreSQL" 3.11 MAINTAINER="erjo@slitaz.org" 3.12 @@ -9,8 +9,8 @@ 3.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.14 WGET_URL="http://postgis.refractions.net/download/$TARBALL" 3.15 3.16 -DEPENDS="geos proj libpostgresqlclient libxml2" 3.17 -BUILD_DEPENDS="postgresql-dev geos-dev proj-dev libxml2-dev gtk+-dev" 3.18 +DEPENDS="geos proj libpostgresqlclient libxml2 libgdal" 3.19 +BUILD_DEPENDS="postgresql-dev geos-dev proj-dev libxml2-dev gtk+-dev gdal-dev" 3.20 3.21 # Rules to configure and make the package. 3.22 compile_rules()