summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt/quazip/quazip_0.7.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-qt/quazip/quazip_0.7.1.bb b/recipes-qt/quazip/quazip_0.7.1.bb
new file mode 100644
index 00000000..4ba4197e
--- /dev/null
+++ b/recipes-qt/quazip/quazip_0.7.1.bb
@@ -0,0 +1,13 @@
1SUMMARY = "Qt/C++ wrapper for ZIP/UNZIP package"
2LICENSE = "LGPLv2.1"
3LIC_FILES_CHKSUM = "file://COPYING;md5=27818cd7fd83877a8e3ef82b82798ef4"
4DEPENDS = "qtbase"
5
6SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz"
7SRC_URI[md5sum] = "3b99effb2a9417707d463e6f19cf2629"
8SRC_URI[sha256sum] = "78c984103555c51e6f7ef52e3a2128e2beb9896871b2cc4d4dbd4d64bff132de"
9
10inherit qmake5
11
12EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix}"
13EXTRA_QMAKEVARS_POST += "SUBDIRS=${BPN}"