aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-libqrsync/opie-libqrsync.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-libqrsync/opie-libqrsync.inc')
-rw-r--r--recipes-opie/opie-libqrsync/opie-libqrsync.inc14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-opie/opie-libqrsync/opie-libqrsync.inc b/recipes-opie/opie-libqrsync/opie-libqrsync.inc
new file mode 100644
index 0000000..8e8b0bd
--- /dev/null
+++ b/recipes-opie/opie-libqrsync/opie-libqrsync.inc
@@ -0,0 +1,14 @@
+DESCRIPTION = "Qt wrapper for librsync"
+SECTION = "opie/base"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+S = "${WORKDIR}/rsync"
+
+inherit opie
+
+do_install() {
+ oe_libinstall -a libqrsync ${D}${libdir}/
+ install -d ${D}${includedir}/
+ install -m 0644 qrsync.h ${D}${includedir}/
+}