diff options
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.bb | 19 |
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 @@ | |||
| 1 | DESCRIPTION = "libzip is a C library for reading, creating, and modifying zip archives." | ||
| 2 | HOMEPAGE = "https://libzip.org/" | ||
| 3 | |||
| 4 | LICENSE = "BSD-3-Clause" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e33bb117aa55f9aad3d28e29256f9919" | ||
| 6 | |||
| 7 | DEPENDS = "zlib bzip2" | ||
| 8 | |||
| 9 | PACKAGECONFIG[ssl] = "-DENABLE_OPENSSL=ON,-DENABLE_OPENSSL=OFF,openssl" | ||
| 10 | PACKAGECONFIG[lzma] = "-DENABLE_LZMA=ON,-DENABLE_LZMA=OFF,xz" | ||
| 11 | |||
| 12 | PACKAGECONFIG ?= "ssl lzma" | ||
| 13 | |||
| 14 | inherit cmake | ||
| 15 | |||
| 16 | SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" | ||
| 17 | |||
| 18 | SRC_URI[md5sum] = "c0245c3e68e472d75d9f8572e24eb5d0" | ||
| 19 | SRC_URI[sha256sum] = "a6cd804b4b3cffd997bd563fec693eb7eb052c225909a98a620689c2befb699b" | ||
