DESCRIPTION = "Opie QCOP IPC Client" SECTION = "opie/base" PRIORITY = "optional" MAINTAINER = "Greg Gilbert " LICENSE = "GPL" DEPENDS = "libqpe-opie" PV = "1.0.0-cvs-${CVSDATE}" SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/apps/qcop;date=${CVSDATE}" S = "${WORKDIR}/qcop" inherit palmtop EXTRA_QMAKEVARS_POST = 'DESTDIR="${S}"' do_install() { install -d ${D}/${palmtopdir}/bin/ install -m 0755 ${S}/qcop ${D}/${palmtopdir}/bin/qcop }