diff options
Diffstat (limited to 'recipes/opie-parashoot/opie-parashoot.inc')
-rw-r--r-- | recipes/opie-parashoot/opie-parashoot.inc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/opie-parashoot/opie-parashoot.inc b/recipes/opie-parashoot/opie-parashoot.inc new file mode 100644 index 0000000000..ec10d07c80 --- /dev/null +++ b/recipes/opie-parashoot/opie-parashoot.inc @@ -0,0 +1,18 @@ +DESCRIPTION = "Game: shoot the parachutists" +SECTION = "opie/games" +PRIORITY = "optional" +LICENSE = "GPL" +APPNAME = "parashoot" + + +S = "${WORKDIR}/${APPNAME}" + +inherit opie + +# FILES plugins/application/libparashoot.so* bin/parashoot apps/Games/parashoot.desktop pics/parashoot +do_install() { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/pics/${APPNAME}/*.xpm ${D}${palmtopdir}/pics/${APPNAME}/ +} + |