netboot-launcher-efl: Bump version to 0.2.2 and fix download link.
[openembedded.git] / recipes / opie-libqrsync / opie-libqrsync.inc
1 DESCRIPTION = "Qt wrapper for librsync"
2 SECTION = "opie/base"
3 PRIORITY = "optional"
4 LICENSE = "GPL"
5
6 S = "${WORKDIR}/rsync"
7
8 inherit opie
9
10 do_stage() {
11         oe_libinstall -a libqrsync ${STAGING_LIBDIR}/
12         install -m 0644 qrsync.h ${STAGING_INCDIR}/
13 }