aboutsummaryrefslogtreecommitdiffstats
path: root/opie-qcop/opie-qcop_cvs.oe
blob: 89835c6a938c9d42ecb520061e82ff951156453a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Opie QCOP IPC Client"
SECTION = "opie/base"
PRIORITY = "optional"
MAINTAINER = "Team Opie <opie@handhelds.org>"
LICENSE = "GPL"
PV = "1.0.0+cvs-${CVSDATE}"

SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/qcop"
S = "${WORKDIR}/qcop"

inherit opie

do_install() {
	install -d ${D}/${palmtopdir}/bin/
	install -m 0755 ${S}/qcop ${D}/${palmtopdir}/bin/qcop
}