vcpkg/ports/spatialite-tools/vcpkg.json
Yury Bura eb11dbb245
[libxml2] add more features (#30154)
* [libxml2] move hardcoded external dependencies (iconv, lzma, zlib) to features, disable legacy flag by default

* add version

* [libxml2] add ftp and http options

* overwrite version

* [libxml2] restore formatting, remove ftp from defaults

* overwrite version

* [libxml2] remove hhtp from default-features

* overwrite version

* [libxml2] add network future dependent on platform

* [libspatialite][pdal][spatialite-tools] define libxml2[http] dependency explicitly

* update versions

* [libspatialite] update version

* add version

* Revert "[libxml2] add network future dependent on platform"

* overwrite version
2023-03-22 16:20:43 -07:00

32 lines
662 B
JSON

{
"name": "spatialite-tools",
"version": "5.0.1",
"port-version": 3,
"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",
"dependencies": [
"expat",
"libiconv",
{
"name": "libspatialite",
"features": [
"gcp",
"rttopo"
]
},
{
"name": "libxml2",
"features": [
"http"
]
},
"readosm",
"sqlite3",
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
}
]
}