mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 01:39:01 +08:00
a4f322c567
* Update to 8.1.1, cleanup patches * Patch and use pc file installation from upstream * Simplify dependency fixup * Remove obsolete VCPKG_BUILD_SHARED_LIBS * Revise feature and dependency interface * Update versions * Use all libs from proj.pc for gdal * Set CMP0012 for dependency control * Update versions * Update versions * Fix missing user32.lib when using libcrypto * Update versions * Fix missing user32.lib when using libcrypto * Update versions
26 lines
563 B
JSON
26 lines
563 B
JSON
{
|
|
"name": "spatialite-tools",
|
|
"version": "5.0.1",
|
|
"port-version": 1,
|
|
"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",
|
|
"dependencies": [
|
|
"expat",
|
|
"libiconv",
|
|
{
|
|
"name": "libspatialite",
|
|
"features": [
|
|
"gcp",
|
|
"rttopo"
|
|
]
|
|
},
|
|
"libxml2",
|
|
"readosm",
|
|
"sqlite3",
|
|
{
|
|
"name": "vcpkg-pkgconfig-get-modules",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|