diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2021-04-30 06:54:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 15:54:14 -0700 |
| commit | 4d57adb52eab756b08ab4c6cb622b0a764bcf64b (patch) | |
| tree | 6216b4351eac370d1831e8d42343f3ccace9ad80 /ports/libzip/CONTROL | |
| parent | 76a5e426abc84d65818f13b643562325a7a20ab2 (diff) | |
| download | vcpkg-4d57adb52eab756b08ab4c6cb622b0a764bcf64b.tar.gz vcpkg-4d57adb52eab756b08ab4c6cb622b0a764bcf64b.zip | |
[libzip] fix dependency in libzip-config.cmake.in (#17282)
* [libzip] fix dependency in libzip-config.cmake.in
* Update version files
Diffstat (limited to 'ports/libzip/CONTROL')
| -rw-r--r-- | ports/libzip/CONTROL | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/ports/libzip/CONTROL b/ports/libzip/CONTROL deleted file mode 100644 index cb192aa10..000000000 --- a/ports/libzip/CONTROL +++ /dev/null @@ -1,33 +0,0 @@ -Source: libzip -Version: 1.7.3 -Port-Version: 1 -Homepage: https://github.com/nih-at/libzip -Build-Depends: zlib -Default-Features: bzip2,default-aes -Description: A library for reading, creating, and modifying zip archives - -Feature: bzip2 -Build-Depends: bzip2 -Description: Support bzip2-compressed zip archives - -Feature: liblzma -Build-Depends: liblzma -Description: Support XZ compressed zip archives using liblzma - -Feature: default-aes -Build-Depends: libzip[core,openssl](!(windows|osx)),libzip[core,wincrypto](windows),libzip[core,commoncrypto](osx) -Description: Use default AES - -Feature: openssl -Build-Depends: openssl -Description: AES (encryption) support using OpenSSL - -Feature: wincrypto -Description: AES (encryption) support using Windows Crypto API - -Feature: commoncrypto -Description: AES( encryption) support using Apple's Common Crypto API - -Feature: mbedtls -Build-Depends: mbedtls -Description: AES (encryption) support using mbedtls
\ No newline at end of file |
