diff options
| author | Oleg Shparber <trollixx@gmail.com> | 2018-10-08 23:30:12 -0400 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-10-08 20:30:12 -0700 |
| commit | b0137ff28858932ae02f85e21f2d3651dd253187 (patch) | |
| tree | 18064d8d46565d5d88b6fe0911138f8a84da5768 /ports/libarchive/CONTROL | |
| parent | 790cf8d31d06303cb549fca8be4bfbfe0ab6155b (diff) | |
| download | vcpkg-b0137ff28858932ae02f85e21f2d3651dd253187.tar.gz vcpkg-b0137ff28858932ae02f85e21f2d3651dd253187.zip | |
[libarchive] Update to version 3.3.3, add feature support (#4407)
* [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]`.
Diffstat (limited to 'ports/libarchive/CONTROL')
| -rw-r--r-- | ports/libarchive/CONTROL | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/ports/libarchive/CONTROL b/ports/libarchive/CONTROL index dfcfa66b3..af3d528b8 100644 --- a/ports/libarchive/CONTROL +++ b/ports/libarchive/CONTROL @@ -1,4 +1,29 @@ Source: libarchive
-Version: 3.3.2-2
+Version: 3.3.3-2
Description: Library for reading and writing streaming archives
-Build-Depends: zlib, bzip2, libxml2, lz4, liblzma, openssl
+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
|
