From 61b6fcb3bc7d2eebb90c6fd6740a0fef2fd2ff29 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 3 Mar 2026 16:33:37 +0100 Subject: [PATCH] quazip: add recipe --- .../meta-qt6/recipes-qt/quazip/quazip_1.5.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 dynamic-layers/meta-qt6/recipes-qt/quazip/quazip_1.5.bb diff --git a/dynamic-layers/meta-qt6/recipes-qt/quazip/quazip_1.5.bb b/dynamic-layers/meta-qt6/recipes-qt/quazip/quazip_1.5.bb new file mode 100644 index 0000000..ec74978 --- /dev/null +++ b/dynamic-layers/meta-qt6/recipes-qt/quazip/quazip_1.5.bb @@ -0,0 +1,14 @@ +SUMMARY = "QuaZip is the C++ wrapper for Gilles Vollant's ZIP/UNZIP package (AKA Minizip) using Qt library" +HOMEPAGE = "https://github.com/stachenov/quazip" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=af67f05b2b6abf61e608dcfccb94b3e1" + +DEPENDS = "qtbase qt5compat qttools-native zlib" + +inherit qt6-cmake + +SRC_URI = "git://github.com/stachenov/quazip.git;protocol=https;nobranch=1" +SRCREV = "3fd3b299b875fbd2beac4894b8a870d80022cad7" + +EXTRA_OECMAKE = "-DBUILD_SHARED_LIBS=ON -DQUAZIP_BZIP2=OFF" +