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/tickypip/tickypip_0.1.2.bb | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 recipes/tickypip/tickypip_0.1.2.bb (limited to 'recipes/tickypip/tickypip_0.1.2.bb') diff --git a/recipes/tickypip/tickypip_0.1.2.bb b/recipes/tickypip/tickypip_0.1.2.bb new file mode 100644 index 0000000000..558828e919 --- /dev/null +++ b/recipes/tickypip/tickypip_0.1.2.bb @@ -0,0 +1,33 @@ +DESCRIPTION = "Tickypip" +SECTION = "opie/games" +PRIORITY = "optional" +LICENSE = "GPL" +AUTHOR = "Christian Hammond" +HOMEPAGE = "http://www.chipx86.com/projects/tickypip/" +RRECOMMENDS = "tickypip-levels" +PR = "r5" + +SRC_URI = "http://www.openzaurus.org/download/3.5.4/sources/tickypip-0.1.2.tar.gz \ + file://path_fix.patch;patch=1 \ + file://tickypip.desktop \ + file://tickypip.png" + +APPNAME = "tickypip" +APPTYPE = "binary" +APPDESKTOP = "${WORKDIR}" + +QMAKE_PROFILES = "tickypip.pro" +EXTRA_QMAKEVARS_POST += "DEFINES-=LOCAL_COMPILE DEFINES+=DATA_BASEDIR='\"${palmtopdir}\"'" + +do_install () { + install -d ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/*.png ${D}${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${S}/images/*.png ${D}${palmtopdir}/pics/${APPNAME}/ + +# copy share + install -d ${D}${palmtopdir}/share/${APPNAME}/levels + install -m 0644 ${S}/levels/* ${D}${palmtopdir}/share/${APPNAME}/levels/ +} + + +inherit opie -- cgit v1.2.3