From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/rocksndiamonds/files/rocksndiamonds.png | Bin 0 -> 1114 bytes recipes/rocksndiamonds/rocksndiamonds_3.2.0.bb | 27 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 recipes/rocksndiamonds/files/rocksndiamonds.png create mode 100644 recipes/rocksndiamonds/rocksndiamonds_3.2.0.bb (limited to 'recipes/rocksndiamonds') diff --git a/recipes/rocksndiamonds/files/rocksndiamonds.png b/recipes/rocksndiamonds/files/rocksndiamonds.png new file mode 100644 index 0000000000..a93d6d4e73 Binary files /dev/null and b/recipes/rocksndiamonds/files/rocksndiamonds.png differ diff --git a/recipes/rocksndiamonds/rocksndiamonds_3.2.0.bb b/recipes/rocksndiamonds/rocksndiamonds_3.2.0.bb new file mode 100644 index 0000000000..3932bd5f98 --- /dev/null +++ b/recipes/rocksndiamonds/rocksndiamonds_3.2.0.bb @@ -0,0 +1,27 @@ +DESCRIPTION = "Rocks'n'Diamonds - Boulderdash/Emerald Mine/Supaplex/Sokoban clone." +SECTION = "games" +LICENSE = "GPL" +HOMEPAGE = "http://www.artsoft.org/rocksndiamonds/" +AUTHOR = "Holger Schemel " + +DEFAULT_PREFERENCE = "-1" + +SRC_URI = "http://artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-${PV}.tar.gz \ + file://rocksndiamonds.png" + +DEPENDS += "libsdl-net smpeg" + +APPIMAGE = "../rocksndiamonds.png" +EXTRA_OEMAKE = "CC='${CC}' AR='${AR}' RANLIB='${RANLIB}' RO_GAME_DIR='${datadir}/${PN}' RW_GAME_DIR='${datadir}/${PN}'" + +inherit sdl + +do_install() { + install -d ${D}${bindir} + install -m 755 ${PN} ${D}${bindir} + install -d ${D}${datadir}/${PN} + cp -r graphics levels music scores sounds ${D}${datadir}/${PN}/ +} + + +FILES_${PN} += "${bindir}/${PN} ${datadir}/${PN}" -- cgit v1.2.3