diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-29 11:48:48 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-29 11:48:48 +0000 |
commit | ec1540c286aaa2aa6b0413a09a15b9222a17ac93 (patch) | |
tree | 10865ca5abd1e14522f961ecaf03ec2f463ad065 /opie-tableviewer/opie-tableviewer_cvs.oe | |
parent | 5175318a75d9b05d8dc292edb3c7c77b7c6d5dd1 (diff) |
fix dependencies, i.e. s/libopie2core/libopiecore2/
BKrev: 4090eba0HPdiWBPGXv7ZuFHpIc-Khw
Diffstat (limited to 'opie-tableviewer/opie-tableviewer_cvs.oe')
-rw-r--r-- | opie-tableviewer/opie-tableviewer_cvs.oe | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/opie-tableviewer/opie-tableviewer_cvs.oe b/opie-tableviewer/opie-tableviewer_cvs.oe index e69de29bb2..cb29dbf993 100644 --- a/opie-tableviewer/opie-tableviewer_cvs.oe +++ b/opie-tableviewer/opie-tableviewer_cvs.oe @@ -0,0 +1,23 @@ +DESCRIPTION = "XML database browsers" +SECTION = "opie/applications" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +DEPENDS = "libopiecore2" +PV = "1.1.3-cvs-${CVSDATE}" +APPNAME = "tableviewer" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/tableviewer;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/libtableviewer.so* bin/tableviewer apps/Applications/tableviewer.desktop +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ +} + |