mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
38acea0c4c
* [freexl] Update to 2.0.0 * Skip tests, examples * [minizip] Build DLL * [libspatialite] Update to 5.1.0 * Fix utf8 source * [spatialite-tools] Update to 5.1.0a * [libkml] Update minizip prefix * [libkml] Fix all minizip names
32 lines
666 B
JSON
32 lines
666 B
JSON
{
|
|
"name": "spatialite-tools",
|
|
"version": "5.1.0-a",
|
|
"description": "Contains spatialite.exe and other command line tools to work with SpatiaLite databases (import, export, SQL queries)",
|
|
"homepage": "https://www.gaia-gis.it/fossil/spatialite-tools/index",
|
|
"license": "GPL-3.0-or-later",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
"expat",
|
|
"libiconv",
|
|
{
|
|
"name": "libspatialite",
|
|
"features": [
|
|
"gcp",
|
|
"rttopo"
|
|
]
|
|
},
|
|
{
|
|
"name": "libxml2",
|
|
"features": [
|
|
"http"
|
|
]
|
|
},
|
|
"readosm",
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|