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-qashmoney | |
parent | 5175318a75d9b05d8dc292edb3c7c77b7c6d5dd1 (diff) |
fix dependencies, i.e. s/libopie2core/libopiecore2/
BKrev: 4090eba0HPdiWBPGXv7ZuFHpIc-Khw
Diffstat (limited to 'opie-qashmoney')
-rw-r--r-- | opie-qashmoney/opie-qashmoney_cvs.oe | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/opie-qashmoney/opie-qashmoney_cvs.oe b/opie-qashmoney/opie-qashmoney_cvs.oe index e69de29bb2..ccb0f7c3cb 100644 --- a/opie-qashmoney/opie-qashmoney_cvs.oe +++ b/opie-qashmoney/opie-qashmoney_cvs.oe @@ -0,0 +1,23 @@ +DESCRIPTION = "QashMoney" +SECTION = "opie/applications" +PRIORITY = "optional" +MAINTAINER = "Open Embedded <oe@handhelds.org>" +LICENSE = "GPL" +DEPENDS = "libopiecore2 " +PV = "1.1.3-cvs-${CVSDATE}" +APPNAME = "qashmoney" + +SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/qashmoney;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}/qashmoney" + +inherit opie + +# FILES +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ +} + |