diff options
Diffstat (limited to 'tickypip/tickypip_0.1.2.oe')
-rw-r--r-- | tickypip/tickypip_0.1.2.oe | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/tickypip/tickypip_0.1.2.oe b/tickypip/tickypip_0.1.2.oe deleted file mode 100644 index 1e514d0574..0000000000 --- a/tickypip/tickypip_0.1.2.oe +++ /dev/null @@ -1,33 +0,0 @@ -DESCRIPTION = "Tickypip" -SECTION = "opie/games" -PRIORITY = "optional" -MAINTAINER = "Marcin Juszkiewicz <openembedded@hrw.one.pl>" -LICENSE = "GPL" -AUTHOR = "Christian Hammond" -HOMEPAGE = "http://www.chipx86.com/projects/tickypip/" -RRECOMMENDS = "tickypip-levels" -PR = "r3" - -SRC_URI = "http://www.chipx86.com/packages/ipkg/tickypip-0.1.2.tar.gz \ - file://local_compile.patch;patch=1 \ - file://tickypip.desktop \ - file://tickypip.png" - -APPNAME = "tickypip" -APPTYPE = "binary" -APPDESKTOP = "${WORKDIR}" - -QMAKE_PROFILES = "tickypip.pro" - -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 |