summaryrefslogtreecommitdiff
path: root/opie-helpbrowser
diff options
context:
space:
mode:
authorral@home <ral@home>2004-04-23 15:44:01 +0000
committerral@home <ral@home>2004-04-23 15:44:01 +0000
commit569566350fa9c2338bf8ab029252813a87e294b7 (patch)
treeeff571e56bb4d251e5d163c2b5671c1a53fe5891 /opie-helpbrowser
parent4284606570805310e4ef4156147af9435ecbb251 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into alwin.at.home:/home/ral/progs/Zaurus/oe/oe/packages 2004/04/23 17:43:42+02:00 home!ral fixed some missing stuff BKrev: 408939c1dRPhb5agD35dvJWmI0-kMQ
Diffstat (limited to 'opie-helpbrowser')
-rw-r--r--opie-helpbrowser/opie-helpbrowser_cvs.oe5
1 files changed, 4 insertions, 1 deletions
diff --git a/opie-helpbrowser/opie-helpbrowser_cvs.oe b/opie-helpbrowser/opie-helpbrowser_cvs.oe
index 565af20a4d..8c957ee838 100644
--- a/opie-helpbrowser/opie-helpbrowser_cvs.oe
+++ b/opie-helpbrowser/opie-helpbrowser_cvs.oe
@@ -7,7 +7,8 @@ DEPENDS = "virtual/libc libopie2"
PV = "1.1.3-cvs-${CVSDATE}"
SRC_URI = "cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/core/apps/helpbrowser \
- cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/pics/helpbrowser"
+ cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/pics/helpbrowser \
+ cvs://anoncvs:anoncvs@192.58.209.91/cvs;module=opie/apps"
S = "${WORKDIR}/helpbrowser"
@@ -17,7 +18,9 @@ do_install() {
install -d ${D}/${palmtopdir}/bin/
install -d ${D}/${palmtopdir}/pics/
install -d ${D}/${palmtopdir}/pics/helpbrowser/
+ install -d ${D}/${palmtopdir}/apps/Applications/
install -m 0755 libhelpbrowser.so* ${D}/${palmtopdir}/plugins/application/
ln -sf ${D}/${palmtopdir}/bin/quicklaunch ${D}/${palmtopdir}/bin/helpbrowser
install -m 0644 ${WORKDIR}/pics/helpbrowser/*.png ${D}/${palmtopdir}/pics/helpbrowser/
+ install -m 0644 ${WORKDIR}/apps/Applications/helpbrowser.desktop ${D}/${palmtopdir}/apps/Applications/
}