aboutsummaryrefslogtreecommitdiffstats
path: root/opie-bartender
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-04-28 10:13:57 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-04-28 10:13:57 +0000
commitf26739aaa0153503b2a7a3d7cda706eb904564a1 (patch)
tree5b336a9fcdf0ea23e88b43d10786bb885c3ac5a5 /opie-bartender
parent6af9408f8eb4a34bd904fda1dd289a251706468f (diff)
downloadopenembedded-f26739aaa0153503b2a7a3d7cda706eb904564a1.tar.gz
misc. packaging fixes for opie applications
BKrev: 408f83e5KNDNWxOTMCDEAIiHOKYmEg
Diffstat (limited to 'opie-bartender')
-rw-r--r--opie-bartender/opie-bartender_cvs.oe27
1 files changed, 27 insertions, 0 deletions
diff --git a/opie-bartender/opie-bartender_cvs.oe b/opie-bartender/opie-bartender_cvs.oe
index e69de29bb2..fc0a6179d7 100644
--- a/opie-bartender/opie-bartender_cvs.oe
+++ b/opie-bartender/opie-bartender_cvs.oe
@@ -0,0 +1,27 @@
+DESCRIPTION = "Bartender drink receipe database"
+SECTION = "opie/applications"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+DEPENDS = "libopie2core"
+PV = "1.1.3-cvs-${CVSDATE}"
+APPNAME = "bartender"
+APPTYPE = "binary"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/apps/opie-bartender;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}/opie-bartender"
+
+inherit opie
+
+# FILES bin/bartender apps/Applications/bartender.desktop etc/bartender/drinkdb.txt
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -d ${D}/etc/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 db/drinkdb.txt ${D}/etc/
+}
+
+FILES_opie-bartender_append = " /etc"