mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/postgis: Updated for version 2.0.2, new homepage
Fixed deps info. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
a942700fb8
commit
dde396c5d0
4 changed files with 10 additions and 8 deletions
|
@ -5,4 +5,6 @@ backend spatial database for geographic information systems
|
|||
(GIS), much like ESRI's SDE or Oracle's Spatial extension.
|
||||
|
||||
To disable raster support and eliminate the gdal dependency,
|
||||
set RASTER=no.
|
||||
set RASTER=no. If you choose this path, be aware that
|
||||
postgis will still need the two dependencies that gdal
|
||||
rely on, proj and geos.
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
# Maintained by Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
|
||||
|
||||
PRGNAM=postgis
|
||||
VERSION=${VERSION:-2.0.1}
|
||||
VERSION=${VERSION:-2.0.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="postgis"
|
||||
VERSION="2.0.1"
|
||||
HOMEPAGE="http://postgis.refractions.net"
|
||||
DOWNLOAD="http://postgis.refractions.net/download/postgis-2.0.1.tar.gz"
|
||||
MD5SUM="7af9ce5f7dfb22d81fea7f041e674497"
|
||||
VERSION="2.0.2"
|
||||
HOMEPAGE="http://postgis.org"
|
||||
DOWNLOAD="http://download.osgeo.org/postgis/source/postgis-2.0.2.tar.gz"
|
||||
MD5SUM="f11e7b6258a9b37a268df531b692f892"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="geos postgresql proj json-c gdal"
|
||||
REQUIRES="gdal json-c postgresql"
|
||||
MAINTAINER="Benjamin Trigona-Harany"
|
||||
EMAIL="bosth@alumni.sfu.ca"
|
||||
|
|
|
@ -14,6 +14,6 @@ postgis: server, allowing it to be used as a backend spatial database for
|
|||
postgis: geographic information systems (GIS), much like ESRI's SDE or
|
||||
postgis: Oracle's Spatial extension.
|
||||
postgis:
|
||||
postgis: http://postgis.refractions.net/
|
||||
postgis: http://postgis.org
|
||||
postgis:
|
||||
postgis:
|
||||
|
|
Loading…
Reference in a new issue