diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-19 20:02:44 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-19 20:02:44 +0000 |
commit | 1b529387ffbf1309a0bc51127a20d29bd9746e69 (patch) | |
tree | eafc0f9262b9cf8173a6d1c216a8c4857e4e6046 /opie-keypebble | |
parent | ba53116b6eece1c1fc6941bcc18f363a760afa80 (diff) |
keypebble depends on libopie2
BKrev: 40843064B3ky6E6Mf9GaPLDm-c2Usg
Diffstat (limited to 'opie-keypebble')
-rw-r--r-- | opie-keypebble/opie-keypebble_cvs.oe | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/opie-keypebble/opie-keypebble_cvs.oe b/opie-keypebble/opie-keypebble_cvs.oe index e69de29bb2..114fa5721f 100644 --- a/opie-keypebble/opie-keypebble_cvs.oe +++ b/opie-keypebble/opie-keypebble_cvs.oe @@ -0,0 +1,23 @@ +DESCRIPTION = "A VNC Viewer" +SECTION = "opie/Applications" +PRIORITY = "optional" +MAINTAINER = "Greg Gilbert <greg@treke.net>" +LICENSE = "GPL" +DEPENDS = "libopie2" +PV = "1.0.2-cvs-${CVSDATE}" + +SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/noncore/comm/keypebble;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/pics;date=${CVSDATE} \ + cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/apps;date=${CVSDATE}" + +S = "${WORKDIR}/keypebble" + +inherit opie + +do_install() { + install -d ${D}${palmtopdir}/{bin,apps/Applications,pics/vnc} + install -m 0755 ${S}/keypebble ${D}${palmtopdir}/bin/keypebble + install -m 0644 ${WORKDIR}/apps/Applications/keypebble.desktop ${D}${palmtopdir}/apps/Applications/keypebble.desktop + install -m 0644 ${WORKDIR}/pics/vnc/*.* ${D}${palmtopdir}/pics/vnc/ +} + |