blob: e7cb6a06db2da3d413a8d41a6c6efb7f3271cc69 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001DESCRIPTION = "libzip is a C library for reading, creating, and modifying zip archives."
2HOMEPAGE = "https://libzip.org/"
3
4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=e33bb117aa55f9aad3d28e29256f9919"
6
7DEPENDS = "zlib bzip2"
8
9PACKAGECONFIG[ssl] = "-DENABLE_OPENSSL=ON,-DENABLE_OPENSSL=OFF,openssl"
10PACKAGECONFIG[lzma] = "-DENABLE_LZMA=ON,-DENABLE_LZMA=OFF,xz"
11
12PACKAGECONFIG ?= "ssl lzma"
13
14inherit cmake
15
16SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz"
17
Andrew Geissler89770b02020-06-13 10:40:47 -050018SRC_URI[sha256sum] = "d26b2952426d2518f3db5cdeda4fe3cd668fc5bb38a598781e4d1d3f7f8ca7be"