From e9b45ff67d32fdc27950a51135b6dabada8334e7 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 24 Jul 2011 17:57:24 +0100 Subject: 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 --- recipes-qtopia/zmerlin/zmerlin_0.9.1.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-qtopia/zmerlin/zmerlin_0.9.1.bb (limited to 'recipes-qtopia/zmerlin') diff --git a/recipes-qtopia/zmerlin/zmerlin_0.9.1.bb b/recipes-qtopia/zmerlin/zmerlin_0.9.1.bb new file mode 100644 index 0000000..573fc20 --- /dev/null +++ b/recipes-qtopia/zmerlin/zmerlin_0.9.1.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Puzzle Game for Qt/Embedded based palmtop environments." +SECTION = "opie/games" +PRIORITY = "optional" +LICENSE = "GPL" +PR = "r2" + +SRC_URI = "http://user.cs.tu-berlin.de/~karlb/zmerlin/zmerlin.tar.gz" +S = "${WORKDIR}/zmerlin" + +inherit palmtop + +do_install() { + install -d ${D}${palmtopdir}/bin \ + ${D}${palmtopdir}/apps/Games \ + ${D}${palmtopdir}/pics/zmerlin + install -m 0755 zmerlin ${D}${palmtopdir}/bin/ + install -m 0644 ipk/opt/QtPalmtop/apps/Games/zmerlin.desktop ${D}${palmtopdir}/apps/Games/ + install -m 0644 ipk/opt/QtPalmtop/pics/zmerlin/*.png ${D}${palmtopdir}/pics/zmerlin/ +} + + +SRC_URI[md5sum] = "ae1f9198544d1585f44dab7bab110ae3" +SRC_URI[sha256sum] = "28e73da5403faad322022e8fb327f99677841d26396a1a1f1e854c768b47cf7c" -- cgit 1.2.3-korg