diff options
Diffstat (limited to 'recipes/opie-zsame/opie-zsame.inc')
-rw-r--r-- | recipes/opie-zsame/opie-zsame.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/opie-zsame/opie-zsame.inc b/recipes/opie-zsame/opie-zsame.inc new file mode 100644 index 0000000000..d91c2bc7a4 --- /dev/null +++ b/recipes/opie-zsame/opie-zsame.inc @@ -0,0 +1,17 @@ +DESCRIPTION = "ZSame" +SECTION = "opie/games" +PRIORITY = "optional" +LICENSE = "GPL" +APPNAME = "zsame" + + +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}/ +} + |