aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/quazip/quazip_0.7.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/quazip/quazip_0.7.2.bb')
-rw-r--r--recipes-qt/quazip/quazip_0.7.2.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-qt/quazip/quazip_0.7.2.bb b/recipes-qt/quazip/quazip_0.7.2.bb
new file mode 100644
index 00000000..6b09cf9c
--- /dev/null
+++ b/recipes-qt/quazip/quazip_0.7.2.bb
@@ -0,0 +1,13 @@
+SUMMARY = "Qt/C++ wrapper for ZIP/UNZIP package"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
+DEPENDS = "qtbase"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
+SRC_URI[md5sum] = "84163487a4c3470781c93e5f56c4ca43"
+SRC_URI[sha256sum] = "91d827fbcafd099ae814cc18a8dd3bb709da6b8a27c918ee1c6c03b3f29440f4"
+
+inherit qmake5
+
+EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix}"
+EXTRA_QMAKEVARS_POST += "SUBDIRS=${BPN}"