[Lunar-commits] <moonbase-kde> libspatialite: Adding to moonbse, depends for qgis4.

stumbles stumbles at lunar-linux.org
Wed Dec 5 17:46:29 CET 2012


commit 51725d5b1457adf45bfcf7a61e167c85764091ed
Author: stumbles <stumbles at lunar-linux.org>
Date: Wed, 05 Dec 2012 08:46:29 -0800
URL: https://github.com/lunar-linux/moonbase-kde/commit/51725d5b1457adf45bfcf7a61e167c85764091ed

libspatialite: Adding to moonbse, depends for qgis4.
---
  libs/libspatialite/DEPENDS | +5/-0     
  libs/libspatialite/DETAILS | +21/-0    
  2 files changed, 26 insertions(+)

--- /dev/null
+++ b/libs/libspatialite/DEPENDS
@@ -0,0 +1,5 @@
+depends sqlite
+
+optional_depends "proj-4" "--enable-proj"   "--disable-proj"   "For Cartographic Projections support"
+optional_depends "geos"   "--enable-geos"   "--disable-geos"   "For Geometry Engine support"
+optional_depends "freexl" "--enable-freexl" "--disable-freexl" "For Excel import support"
--- /dev/null
+++ b/libs/libspatialite/DETAILS
@@ -0,0 +1,21 @@
+          MODULE=libspatialite
+         VERSION=4.0.0
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.gaia-gis.it/gaia-sins/
+      SOURCE_VFY=sha1:3d20fcabcc5a951e7863d33b6b6ef3f78dbf006d
+        WEB_SITE=https://www.gaia-gis.it/fossil/libspatialite/index
+         ENTERED=20121203
+         UPDATED=20121203
+           SHORT="extend the SQLite core to support fully fledged Spatial SQL capabilities"
+
+cat << EOF
+SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.
+SQLite is intrinsically simple and lightweight:
+
+a single lightweight library implementing the full SQL engine
+standard SQL implementation: almost complete SQL-92
+no complex client/server architecture
+a whole database simply corresponds to a single monolithic file (no size limits)
+any DB-file can be safely exchanged across different platforms, because the internal architecture is universally portable
+no installation, no configuration
+EOF




More information about the Lunar-commits mailing list