aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-libqrsync/opie-libqrsync.inc
blob: 8e8b0bdf8e7a477898a0fdf925482e02c02f64e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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}/
}