mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 20:38:59 +08:00
b0137ff288
* [libarchive] Update to version 3.3.3, add feature support * [libarchive] Mark features as default to mimic previous behavior. To not install them, use `libarchive[core]`.
30 lines
591 B
Plaintext
30 lines
591 B
Plaintext
Source: libarchive
|
|
Version: 3.3.3-2
|
|
Description: Library for reading and writing streaming archives
|
|
Build-Depends: zlib
|
|
Default-Features: bzip2, libxml2, lz4, lzma, lzo, openssl
|
|
|
|
Feature: bzip2
|
|
Build-Depends: bzip2
|
|
Description: BZip2 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
|