diff options
| author | Alexander Karatarakis <alex@karatarakis.com> | 2017-10-03 12:54:21 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-03 12:54:21 -0700 |
| commit | 74e26284cca0bb3c4207a5918d27d01a2f5109fd (patch) | |
| tree | b29c16ff43e2ba95119bac48ae4764c70d08c2f1 /ports/libspatialite/CONTROL | |
| parent | 051e6d96e69535d948cfabe7aa66f43f1670d90a (diff) | |
| parent | 587186430dbb8ef5b4d81bd509cfca668f667684 (diff) | |
| download | vcpkg-74e26284cca0bb3c4207a5918d27d01a2f5109fd.tar.gz vcpkg-74e26284cca0bb3c4207a5918d27d01a2f5109fd.zip | |
Merge pull request #1917 from alex85k/libspatialite
[libspatialite] initial port
Diffstat (limited to 'ports/libspatialite/CONTROL')
| -rw-r--r-- | ports/libspatialite/CONTROL | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/libspatialite/CONTROL b/ports/libspatialite/CONTROL new file mode 100644 index 000000000..1f7917a36 --- /dev/null +++ b/ports/libspatialite/CONTROL @@ -0,0 +1,5 @@ +Source: libspatialite +Version: 4.3.0a +Description: SpatiaLite is an open source library intended to extend the SQLite core to support fully fledged Spatial SQL capabilities. +Build-Depends: libxml2, sqlite3, geos, proj4, zlib, freexl, libiconv + |
