diff options
Diffstat (limited to 'ports/liblas')
| -rw-r--r-- | ports/liblas/CONTROL | 13 | ||||
| -rw-r--r-- | ports/liblas/vcpkg.json | 29 |
2 files changed, 29 insertions, 13 deletions
diff --git a/ports/liblas/CONTROL b/ports/liblas/CONTROL deleted file mode 100644 index 91735159f..000000000 --- a/ports/liblas/CONTROL +++ /dev/null @@ -1,13 +0,0 @@ -Source: liblas -Version: 1.8.1 -Port-Version: 6 -Build-Depends: boost, boost-thread, boost-system, boost-iostreams, boost-filesystem, boost-detail, libgeotiff -Description: A C/C++ library for reading and writing the very common LAS LiDAR format. - -Feature: jpeg -Description: Support for jpeg -Build-Depends: libjpeg-turbo - -Feature: zlib -Build-Depends: zlib -Description: Support zlib for compression diff --git a/ports/liblas/vcpkg.json b/ports/liblas/vcpkg.json new file mode 100644 index 000000000..eb0674a0a --- /dev/null +++ b/ports/liblas/vcpkg.json @@ -0,0 +1,29 @@ +{ + "name": "liblas", + "version-string": "1.8.1", + "port-version": 7, + "description": "A C/C++ library for reading and writing the very common LAS LiDAR format.", + "dependencies": [ + "boost", + "boost-detail", + "boost-filesystem", + "boost-iostreams", + "boost-system", + "boost-thread", + "libgeotiff" + ], + "features": { + "jpeg": { + "description": "Support for jpeg", + "dependencies": [ + "libjpeg-turbo" + ] + }, + "zlib": { + "description": "Support zlib for compression", + "dependencies": [ + "zlib" + ] + } + } +} |
