aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-libqrsync/opie-libqrsync.inc
blob: 02c21cb1d63fcaf91c61b24ef2353c62a6abed60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
DESCRIPTION = "Qt wrapper for librsync"
SECTION = "opie/base"
LICENSE = "GPL"
# FIXME stopgap until split archives have license files included
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"

S = "${WORKDIR}/rsync"

inherit opie

do_install() {
        oe_libinstall -a libqrsync ${D}${libdir}/
        install -d ${D}${includedir}/
        install -m 0644 qrsync.h ${D}${includedir}/
}