aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-go/opie-go.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-go/opie-go.inc')
-rw-r--r--recipes-opie/opie-go/opie-go.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-opie/opie-go/opie-go.inc b/recipes-opie/opie-go/opie-go.inc
new file mode 100644
index 0000000..43f566a
--- /dev/null
+++ b/recipes-opie/opie-go/opie-go.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "The game of Go"
+SECTION = "opie/games"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "go"
+
+
+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}/
+}
+