aboutsummaryrefslogtreecommitdiff
path: root/ports/libspatialite
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libspatialite')
-rw-r--r--ports/libspatialite/CONTROL6
-rw-r--r--ports/libspatialite/vcpkg.json17
2 files changed, 17 insertions, 6 deletions
diff --git a/ports/libspatialite/CONTROL b/ports/libspatialite/CONTROL
deleted file mode 100644
index a44f701dc..000000000
--- a/ports/libspatialite/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: libspatialite
-Version: 5.0.0
-Port-Version: 2
-Homepage: https://www.gaia-gis.it/gaia-sins/libspatialite-sources
-Description: SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.
-Build-Depends: libxml2, sqlite3, geos, proj4, zlib, freexl, libiconv, librttopo
diff --git a/ports/libspatialite/vcpkg.json b/ports/libspatialite/vcpkg.json
new file mode 100644
index 000000000..98c634786
--- /dev/null
+++ b/ports/libspatialite/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "libspatialite",
+ "version-string": "5.0.0",
+ "port-version": 3,
+ "description": "SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities.",
+ "homepage": "https://www.gaia-gis.it/gaia-sins/libspatialite-sources",
+ "dependencies": [
+ "freexl",
+ "geos",
+ "libiconv",
+ "librttopo",
+ "libxml2",
+ "proj4",
+ "sqlite3",
+ "zlib"
+ ]
+}