mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:49:02 +08:00
eb11dbb245
* [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
32 lines
662 B
JSON
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
|
|
}
|
|
]
|
|
}
|