mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 23:09:01 +08:00
94b2a07762
* Enable CI for libspatialite:x64-windows-static-md * Use pkgconfig for nmake * Use pkgconfig for autotools; fix mingw * Install pc file for windows * Add feature interface, make GPLv2+ features optional * spatialite-tools need libspatialite[rttopo] * Update versions
25 lines
532 B
JSON
25 lines
532 B
JSON
{
|
|
"name": "spatialite-tools",
|
|
"version-string": "5.0.0",
|
|
"port-version": 4,
|
|
"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",
|
|
"geos",
|
|
"libiconv",
|
|
"librttopo",
|
|
{
|
|
"name": "libspatialite",
|
|
"features": [
|
|
"gcp",
|
|
"rttopo"
|
|
]
|
|
},
|
|
"proj4",
|
|
"readosm",
|
|
"sqlite3",
|
|
"zlib"
|
|
]
|
|
}
|