aboutsummaryrefslogtreecommitdiffstats
path: root/opie-checkbook
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-18 01:39:55 +0000
committerChris Larson <clarson@kergoth.com>2004-09-18 01:39:55 +0000
commit1189b707184739edd4d5717ee4ab5925698c224f (patch)
tree68748457ec330361f8782304201390be872ddd47 /opie-checkbook
parent26b29c9629bcfd839988eb6896e2a4ace6fa3f59 (diff)
downloadopenembedded-1189b707184739edd4d5717ee4ab5925698c224f.tar.gz
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/oe/packages 2004/09/17 21:39:49-04:00 handhelds.org!kergoth Kill invalid TAG lines. BKrev: 414b91ebgBbXDMAj6WNKESoBgOkTWA
Diffstat (limited to 'opie-checkbook')
-rw-r--r--opie-checkbook/opie-checkbook_0.8.0.oe19
1 files changed, 19 insertions, 0 deletions
diff --git a/opie-checkbook/opie-checkbook_0.8.0.oe b/opie-checkbook/opie-checkbook_0.8.0.oe
index e69de29bb2..e75b068afd 100644
--- a/opie-checkbook/opie-checkbook_0.8.0.oe
+++ b/opie-checkbook/opie-checkbook_0.8.0.oe
@@ -0,0 +1,19 @@
+DESCRIPTION = "Opie Checkbook"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Team Opie <opie@handhelds.org>"
+LICENSE = "GPL"
+APPNAME = "checkbook"
+
+TAG = "v1_1_6"
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/noncore/apps/${APPNAME} \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/pics \
+ cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;tag=${TAG};module=opie/apps"
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+do_install() {
+ install -d ${D}/${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}/${palmtopdir}/pics/${APPNAME}/
+}