vcpkg/ports/spatialite-tools/vcpkg.json
Kai Pastor 94b2a07762
[libspatialite] Use pkgconfig for nmake and autotools (#20480)
* 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
2021-11-18 21:36:42 -08:00

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"
]
}