slackbuilds_ponce/system/postgis
Benjamin Trigona-Harany 729e017b77 system/postgis: Added GUI component to build.
Added note to README about building JDBC driver,
fixed spelling (I am the one to blame for that ;P  --ponce)

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
2012-12-28 09:19:31 +01:00
..
postgis.info system/postgis: Updated for version 2.0.2, new homepage 2012-12-19 20:35:31 +01:00
postgis.SlackBuild system/postgis: Added GUI component to build. 2012-12-28 09:19:31 +01:00
README system/postgis: Added GUI component to build. 2012-12-28 09:19:31 +01:00
slack-desc system/postgis: Updated for version 2.0.2, new homepage 2012-12-19 20:35:31 +01:00

PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially
enables" the PostgreSQL server, allowing it to be used as a
backend spatial database for geographic information systems
(GIS).

To disable raster support and eliminate the gdal dependency,
set RASTER=no. If you choose this path, be aware that
postgis will still need the two dependencies that gdal
relies on, proj and geos.

To disable the GTK-based graphical interface for shp2pgsql,
set GUI=no.

This SlackBuild does not build the PostGIS JDBC driver since
the build requires Apache Maven to download dependencies at
build time. The optional dependencies needed to build the
driver are: apache-ant, apache-maven, and postgres-jdbc.