summaryrefslogtreecommitdiff
path: root/opie-qcop
diff options
context:
space:
mode:
Diffstat (limited to 'opie-qcop')
-rw-r--r--opie-qcop/opie-qcop_1.0.0.oe16
1 files changed, 16 insertions, 0 deletions
diff --git a/opie-qcop/opie-qcop_1.0.0.oe b/opie-qcop/opie-qcop_1.0.0.oe
index e69de29bb2..252f437672 100644
--- a/opie-qcop/opie-qcop_1.0.0.oe
+++ b/opie-qcop/opie-qcop_1.0.0.oe
@@ -0,0 +1,16 @@
+DESCRIPTION = "Opie QCOP IPC Client"
+SECTION = "opie/base"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+
+TAG = "v1_1_6"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};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
+}