mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 09:29:09 +08:00
838574a4e6
* Fix regression cf. https://github.com/microsoft/vcpkg/issues/14567 introduced with commit5dc53211ca
* 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] Revertd14f917bd2
* [libarchive] Fix cmake wrapper, add usage * Manual merge offa887c48f1
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
37 lines
745 B
Plaintext
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
|