vcpkg/ports/libspatialite/vcpkg.json
Kai Pastor 3e35cb0a15
[scripts|nmake] Add jom option, add language control (#27255)
* Add CL_LANGUAGE option

* Add PREFER_JOM option

* Append install target to targets, not options

* Update vcpkg_install_nmake

* Re-enable nmake UWP builds for C projects

* Use PREFER_JOM

* Update documentation

* Update versions

* Add license fields

* Update versions
2022-11-02 11:32:43 -07:00

51 lines
1.1 KiB
JSON

{
"name": "libspatialite",
"version": "5.0.1",
"port-version": 9,
"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",
"license": null,
"dependencies": [
"geos",
"libiconv",
"libxml2",
"proj",
{
"name": "sqlite3",
"default-features": false,
"features": [
"rtree"
]
},
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
},
"zlib"
],
"default-features": [
"freexl",
"geocallbacks"
],
"features": {
"freexl": {
"description": "FreeXL spreadsheet file support.",
"dependencies": [
"freexl"
]
},
"gcp": {
"description": "Ground control points support. This feature reduces the license options to GPLv2+."
},
"geocallbacks": {
"description": "Geometry callbacks support."
},
"rttopo": {
"description": "RTTOPO support. This feature reduces the license options to GPLv2+.",
"dependencies": [
"librttopo"
]
}
}
}