vcpkg/ports/libarchive/CONTROL
Matioupi 838574a4e6
[baseline][libarchive] : regression fix (#14579)
* Fix regression cf. https://github.com/microsoft/vcpkg/issues/14567 introduced with commit 5dc53211ca

* Changes as suggested in https://github.com/microsoft/vcpkg/pull/14579#discussion_r523812601 and following

* Change as suggested in https://github.com/microsoft/vcpkg/pull/14579#discussion_r523809876

* [cmake] Fix dependency zstd

* [cmake] Revert d14f917bd2

* [libarchive] Fix cmake wrapper, add usage

* Manual merge of fa887c48f1

Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
2020-11-16 09:49:38 -08:00

37 lines
745 B
Plaintext

Source: libarchive
Version: 3.4.3
Port-Version: 2
Homepage: https://github.com/libarchive/libarchive
Description: Library for reading and writing streaming archives
Build-Depends: zlib
Default-Features: bzip2, libxml2, lz4, lzma, lzo, openssl, zstd
Supports: !uwp
Feature: bzip2
Build-Depends: bzip2
Description: BZip2 support
Feature: zstd
Build-Depends: zstd
Description: zstd support
Feature: libxml2
Build-Depends: libxml2
Description: Libxml2 support
Feature: lz4
Build-Depends: lz4
Description: LZ4 support
Feature: lzma
Build-Depends: liblzma
Description: LZMA support
Feature: lzo
Build-Depends: lzo
Description: LZO support
Feature: openssl
Build-Depends: openssl
Description: OpenSSL support