summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libzip/libzip_1.6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/libzip/libzip_1.6.0.bb')
-rw-r--r--meta-oe/recipes-extended/libzip/libzip_1.6.0.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/libzip/libzip_1.6.0.bb b/meta-oe/recipes-extended/libzip/libzip_1.6.0.bb
new file mode 100644
index 0000000000..e4c282fe0d
--- /dev/null
+++ b/meta-oe/recipes-extended/libzip/libzip_1.6.0.bb
@@ -0,0 +1,19 @@
1DESCRIPTION = "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
18SRC_URI[md5sum] = "c0245c3e68e472d75d9f8572e24eb5d0"
19SRC_URI[sha256sum] = "a6cd804b4b3cffd997bd563fec693eb7eb052c225909a98a620689c2befb699b"