aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qtopia/iaimaster
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-24 17:57:24 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-07-30 02:35:12 +0100
commite9b45ff67d32fdc27950a51135b6dabada8334e7 (patch)
treede99cd760c8292ee1dd334e23e1e5cc43e90dfbd /recipes-qtopia/iaimaster
downloadmeta-opie-e9b45ff67d32fdc27950a51135b6dabada8334e7.tar.gz
initial commit of meta-opie
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'recipes-qtopia/iaimaster')
-rwxr-xr-xrecipes-qtopia/iaimaster/files/iaimaster.desktop7
-rwxr-xr-xrecipes-qtopia/iaimaster/files/iaimaster.pngbin0 -> 2458 bytes
-rw-r--r--recipes-qtopia/iaimaster/iaimaster_0.5.bb29
3 files changed, 36 insertions, 0 deletions
diff --git a/recipes-qtopia/iaimaster/files/iaimaster.desktop b/recipes-qtopia/iaimaster/files/iaimaster.desktop
new file mode 100755
index 0000000..0874168
--- /dev/null
+++ b/recipes-qtopia/iaimaster/files/iaimaster.desktop
@@ -0,0 +1,7 @@
+[Desktop Entry]
+Comment=pen action mini game. you fight evil Iai-Master and must survive. (Iai is a kind of the samurai fighting style)
+Exec=iaimaster
+Icon=iaimaster
+Type=Application
+Name=IaiMaster
+CanFastload=0
diff --git a/recipes-qtopia/iaimaster/files/iaimaster.png b/recipes-qtopia/iaimaster/files/iaimaster.png
new file mode 100755
index 0000000..b197afc
--- /dev/null
+++ b/recipes-qtopia/iaimaster/files/iaimaster.png
Binary files differ
diff --git a/recipes-qtopia/iaimaster/iaimaster_0.5.bb b/recipes-qtopia/iaimaster/iaimaster_0.5.bb
new file mode 100644
index 0000000..5b0d5e5
--- /dev/null
+++ b/recipes-qtopia/iaimaster/iaimaster_0.5.bb
@@ -0,0 +1,29 @@
+DESCRIPTION = "Pen action mini game. You fight evil Iai-Master and must survive. \
+(Iai is a kind of the samurai fighting style)"
+SECTION = "opie/games"
+LICENSE = "GPL"
+APPNAME = "${PN}"
+APPTYPE = "binary"
+APPDESKTOP = "${WORKDIR}"
+
+SRC_URI = "http://www.urban.ne.jp/home/kanemori/zaurus/IaiMaster_${PV}.tar.gz \
+ file://iaimaster.desktop \
+ file://iaimaster.png"
+S = "${WORKDIR}/IaiMaster"
+
+inherit opie
+
+EXTRA_QMAKEVARS_POST += "TARGET=${PN}"
+
+do_configure_prepend() {
+ qmake -project
+}
+
+do_install() {
+ install -d ${D}${palmtopdir}/pics/
+ install -m 0644 ${WORKDIR}/iaimaster.png ${D}${palmtopdir}/pics/
+}
+
+
+SRC_URI[md5sum] = "6e3992e261e1fb7fbae08530d45886b7"
+SRC_URI[sha256sum] = "bb837de5130cdbe2c1f4dd7ded8c890ef11f37979526e480afd82b364605563b"