aboutsummaryrefslogtreecommitdiffstats
path: root/opie-go
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-07-18 13:21:16 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-07-18 13:21:16 +0000
commitbc86c2382d5d916cb0ad68209750059c75a14385 (patch)
treeed4aae61020fc98f78f31da27964d4a140084a5f /opie-go
parent2622f552492c08d8295ea0728e648189eddb2053 (diff)
downloadopenembedded-bc86c2382d5d916cb0ad68209750059c75a14385.tar.gz
opie upstream bumped cvs version
BKrev: 40fa794cWIG0jMcEl2mnb0llh-hgAg
Diffstat (limited to 'opie-go')
-rw-r--r--opie-go/opie-go_cvs.oe22
1 files changed, 22 insertions, 0 deletions
diff --git a/opie-go/opie-go_cvs.oe b/opie-go/opie-go_cvs.oe
index e69de29bb2..24e1f8db25 100644
--- a/opie-go/opie-go_cvs.oe
+++ b/opie-go/opie-go_cvs.oe
@@ -0,0 +1,22 @@
+DESCRIPTION = "The game of Go"
+SECTION = "opie/games"
+PRIORITY = "optional"
+MAINTAINER = "Open Embedded <oe@handhelds.org>"
+LICENSE = "GPL"
+PV = "1.1.5-cvs-${CVSDATE}"
+APPNAME = "go"
+
+SRC_URI = "cvs://anoncvs:anoncvs@cvs.handhelds.org/cvs;module=opie/noncore/games/go;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/libgo.so* bin/go apps/Games/go.desktop pics/go
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/
+}
+