summaryrefslogtreecommitdiff
path: root/opie-search
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-03 14:39:00 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-03 14:39:00 +0000
commitb774d1c8722cedd6fcf2e5bfc316b23a304124e0 (patch)
tree3369b79b195e48fca5d6d92845a6e9891f8526f3 /opie-search
parentfd6136d7dc3e4c4060e2cde0b9a9e5f83ef7f77b (diff)
bump version number of all opie_cvs packages to 1.1.4-cvs-${CVSDATE}
BKrev: 40965984V9w4ol1T0uuHv6DQXDq-ag
Diffstat (limited to 'opie-search')
-rw-r--r--opie-search/opie-search_cvs.oe23
1 files changed, 23 insertions, 0 deletions
diff --git a/opie-search/opie-search_cvs.oe b/opie-search/opie-search_cvs.oe
index e69de29bb2..2c70fccb67 100644
--- a/opie-search/opie-search_cvs.oe
+++ b/opie-search/opie-search_cvs.oe
@@ -0,0 +1,23 @@
+DESCRIPTION = "Search through all PIM data"
+SECTION = "opie/pim"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = " libopiecore2 libopieui2 libopiepim2"
+PV = "1.1.4-cvs-${CVSDATE}"
+APPNAME = "osearch"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/core/pim/osearch;date=${CVSDATE} \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/pics;date=${CVSDATE} \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/apps;date=${CVSDATE}"
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES plugins/application/libosearch.so* bin/osearch apps/1Pim/osearch.desktop pics/osearch/*.png
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+}
+