aboutsummaryrefslogtreecommitdiffstats
path: root/opie-libqrsync/opie-libqrsync_cvs.oe
blob: 58bf306fa2ee729aa2fc42ae16ed6c5022744f22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Qt wrapper for librsync"
SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Open Embedded <oe@handhelds.org>"
LICENSE = "GPL"
PV = "1.1.4-cvs-${CVSDATE}"

SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/rsync;date=${CVSDATE}"
S = "${WORKDIR}/rsync"

inherit opie

do_stage() {
	oe_libinstall -a libqrsync ${STAGING_LIBDIR}/
	install -m 0644 qrsync.h ${STAGING_INCDIR}/
}