diff options
| author | wangli28 <47812810+wangli28@users.noreply.github.com> | 2019-07-23 08:43:10 +0800 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2019-07-22 17:43:10 -0700 |
| commit | 6d019cadf72698d98d82d8acf502d297cdc38305 (patch) | |
| tree | 2cea930fd9501d36f7bd371c369f69c8e02ecd52 /ports/liblas/CONTROL | |
| parent | 3c418f814d8c37192dd2c586b79ecd233a06a266 (diff) | |
| download | vcpkg-6d019cadf72698d98d82d8acf502d297cdc38305.tar.gz vcpkg-6d019cadf72698d98d82d8acf502d297cdc38305.zip | |
[liblas] Add new port (#6746)
* [liblas] Add new port
* [liblas] Remove useless commands
* [liblas] Remove empty directory
* fix cmake targets
* build options off
* update patch
Diffstat (limited to 'ports/liblas/CONTROL')
| -rw-r--r-- | ports/liblas/CONTROL | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ports/liblas/CONTROL b/ports/liblas/CONTROL new file mode 100644 index 000000000..4b983c937 --- /dev/null +++ b/ports/liblas/CONTROL @@ -0,0 +1,12 @@ +Source: liblas +Version: 1.8.1 +Build-Depends: boost, boost-thread, boost-system, boost-iostreams, boost-filesystem, 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
\ No newline at end of file |
