blob: e903de3da322afe5f4816bd005239ff581efed27 [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"
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -05005LIC_FILES_CHKSUM = "file://LICENSE;md5=067e9870bba57e1ce20695c4d5672f30"
Andrew Geissler82c905d2020-04-13 13:39:40 -05006
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 Geisslerbffdb3e2020-08-21 16:13:29 -050018SRC_URI[sha256sum] = "a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132"