summaryrefslogtreecommitdiff
path: root/opie-zsame
diff options
context:
space:
mode:
Diffstat (limited to 'opie-zsame')
-rw-r--r--opie-zsame/opie-zsame_cvs.oe22
1 files changed, 22 insertions, 0 deletions
diff --git a/opie-zsame/opie-zsame_cvs.oe b/opie-zsame/opie-zsame_cvs.oe
index e69de29bb2..92dd27f0d6 100644
--- a/opie-zsame/opie-zsame_cvs.oe
+++ b/opie-zsame/opie-zsame_cvs.oe
@@ -0,0 +1,22 @@
+DESCRIPTION = "ZSame"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+PV = "1.1.5-cvs-${CVSDATE}"
+APPNAME = "zsame"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/games/zsame;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/libzsame.so* bin/zsame apps/Games/zsame.desktop pics/zsame
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+}
+