diff options
author | Chris Larson <clarson@kergoth.com> | 2004-09-18 01:39:55 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-09-18 01:39:55 +0000 |
commit | 1189b707184739edd4d5717ee4ab5925698c224f (patch) | |
tree | 68748457ec330361f8782304201390be872ddd47 /opie-qcop | |
parent | 26b29c9629bcfd839988eb6896e2a4ace6fa3f59 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/oe/packages
2004/09/17 21:39:49-04:00 handhelds.org!kergoth
Kill invalid TAG lines.
BKrev: 414b91ebgBbXDMAj6WNKESoBgOkTWA
Diffstat (limited to 'opie-qcop')
-rw-r--r-- | opie-qcop/opie-qcop_1.0.0.oe | 16 |
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 +} |