summaryrefslogtreecommitdiff
path: root/packages/zudoku/zudoku_1.1.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-07-28 11:32:53 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2006-07-28 11:32:53 +0000
commit1287e38077fece73a2d0887c63bc869cf5c516c1 (patch)
tree6fdb2770b7b99b365c36ea40d9877ee17868f43e /packages/zudoku/zudoku_1.1.bb
parentf4008ca823bfbb7c33d92008137ff78cc6907f17 (diff)
parent39dba3e0ec9b72c5394d9ec669e68ecd87e23658 (diff)
merge of 23f392c4a32f829ba2c33998e47b14cc08c51a26
and a5ef4c4c70b547e6337fc06d8e0f67f7be568250
Diffstat (limited to 'packages/zudoku/zudoku_1.1.bb')
-rw-r--r--packages/zudoku/zudoku_1.1.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/zudoku/zudoku_1.1.bb b/packages/zudoku/zudoku_1.1.bb
new file mode 100644
index 0000000000..46c64ebb6e
--- /dev/null
+++ b/packages/zudoku/zudoku_1.1.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "A Sudoku Game for Opie"
+HOMEPAGE = "http://figlabs.com"
+AUTHOR = "FigLabs"
+LICENSE = "GPL"
+SECTION = "opie/games"
+APPTYPE = "binary"
+APPDESKTOP = "${WORKDIR}"
+
+SRC_URI = "http://www.vanille.de/mirror/zudoku-${PV}.tar.gz \
+ file://zudoku.html \
+ file://zudoku.desktop"
+
+inherit opie
+
+EXTRA_QMAKEVARS_POST += "TARGET=zudoku"
+
+do_install() {
+ install -d ${D}${palmtopdir}/help/en/html
+ install -m 0644 ${WORKDIR}/zudoku.html ${D}${palmtopdir}/help/en/html/
+ install -d ${D}${palmtopdir}/pics/
+ install -m 0644 zudoku64x64.png ${D}${palmtopdir}/pics/zudoku.png
+}