All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] quazip: new recipe
@ 2015-07-01  7:29 Jonathan Liu
  2015-07-01 13:17 ` Martin Jansa
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Liu @ 2015-07-01  7:29 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Jonathan Liu <net147@gmail.com>
---
 recipes-qt/quazip/quazip_0.7.1.bb | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
 create mode 100644 recipes-qt/quazip/quazip_0.7.1.bb

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 0000000..97a6e4f
--- /dev/null
+++ b/recipes-qt/quazip/quazip_0.7.1.bb
@@ -0,0 +1,15 @@
+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}/${BPN}-${PV}.tar.gz"
+SRC_URI[md5sum] = "3b99effb2a9417707d463e6f19cf2629"
+SRC_URI[sha256sum] = "78c984103555c51e6f7ef52e3a2128e2beb9896871b2cc4d4dbd4d64bff132de"
+
+S = "${WORKDIR}/${BPN}-${PV}"
+
+inherit qmake5
+
+EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix}"
+EXTRA_QMAKEVARS_POST += "SUBDIRS=${BPN}"
-- 
2.4.4



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-01 13:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-01  7:29 [meta-qt5][PATCH] quazip: new recipe Jonathan Liu
2015-07-01 13:17 ` Martin Jansa

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.