aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-kcheckers/opie-kcheckers.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-kcheckers/opie-kcheckers.inc')
-rw-r--r--recipes-opie/opie-kcheckers/opie-kcheckers.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-opie/opie-kcheckers/opie-kcheckers.inc b/recipes-opie/opie-kcheckers/opie-kcheckers.inc
new file mode 100644
index 0000000..5071ac5
--- /dev/null
+++ b/recipes-opie/opie-kcheckers/opie-kcheckers.inc
@@ -0,0 +1,17 @@
+DESCRIPTION = "The game of Checkers"
+SECTION = "opie/games"
+PRIORITY = "optional"
+LICENSE = "GPL"
+APPNAME = "kcheckers"
+
+
+S = "${WORKDIR}/${APPNAME}"
+
+inherit opie
+
+# FILES plugins/application/libkcheckers.so* bin/kcheckers apps/Games/kcheckers.desktop pics/kcheckers
+do_install() {
+ install -d ${D}${palmtopdir}/pics/${APPNAME}/
+ install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.xpm ${D}${palmtopdir}/pics/${APPNAME}/
+}
+