summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2015-07-02 00:10:23 +1000
committerMartin Jansa <Martin.Jansa@gmail.com>2015-07-02 12:25:14 +0200
commitbafd17e3515b4dc892c7c4c386abf2247e61f090 (patch)
treed7b57926d8c9d20d2d38ae08a6cd470dd328c85a
parent0a010fa309ea91c484cf306bee8b50ccae7c0621 (diff)
downloadmeta-qt5-bafd17e3515b4dc892c7c4c386abf2247e61f090.tar.gz
quazip: new recipe
Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-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}"