aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-sh-snes/opie-sh-snes.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-opie/opie-sh-snes/opie-sh-snes.inc')
-rw-r--r--recipes-opie/opie-sh-snes/opie-sh-snes.inc27
1 files changed, 27 insertions, 0 deletions
diff --git a/recipes-opie/opie-sh-snes/opie-sh-snes.inc b/recipes-opie/opie-sh-snes/opie-sh-snes.inc
new file mode 100644
index 0000000..15a8ac0
--- /dev/null
+++ b/recipes-opie/opie-sh-snes/opie-sh-snes.inc
@@ -0,0 +1,27 @@
+DESCRIPTION = "Displays a list of available ROMs for use with snes9x."
+SECTION = "opie/shell"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+RDEPENDS_${PN} = "opie-sh"
+
+inherit opie
+
+FILES_${PN} = "/opt/QtPalmtop"
+
+SRC_URI = "file://snes.desktop \
+ file://snes.png \
+ file://opie-sh-snes.sh"
+
+
+do_install() {
+
+ for dir in apps apps/Games bin pics
+ do
+ install -d ${D}${palmtopdir}/$dir
+ done
+
+ install -m 755 ${WORKDIR}/opie-sh-snes.sh ${D}${palmtopdir}/bin
+ install -m 644 ${WORKDIR}/*.png ${D}${palmtopdir}/pics
+ install -m 644 ${WORKDIR}/*.desktop ${D}${palmtopdir}/apps/Games
+}