diff options
Diffstat (limited to 'packages/qpe-vexed/qpe-vexed_1.3.bb')
-rw-r--r-- | packages/qpe-vexed/qpe-vexed_1.3.bb | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/packages/qpe-vexed/qpe-vexed_1.3.bb b/packages/qpe-vexed/qpe-vexed_1.3.bb deleted file mode 100644 index b38cf5b954..0000000000 --- a/packages/qpe-vexed/qpe-vexed_1.3.bb +++ /dev/null @@ -1,29 +0,0 @@ -DESCRIPTION = "Vexed clone" -SECTION = "opie/games" -PRIORITY = "optional" -LICENSE = "GPL" -AUTHOR = "Alexander Hausner <Alexander.Hausner@web.de>" -HOMEPAGE = "http://wwwcip.informatik.uni-erlangen.de/~sialhaus/qpe-vexed.html" -DEPENDS = "qpe-vexed-levels" -RDEPENDS = "qpe-vexed-levels" -APPNAME = "qpe-vexed" -APPTYPE = "binary" -APPDESKTOP = "${S}" -PR = "r3" - -SRC_URI = "http://wwwcip.informatik.uni-erlangen.de/~sialhaus/qpe-vexed_1.3_src.tar.gz \ - file://vit.patch;patch=1" - -S = "${WORKDIR}/qpe-vexed_arm/" - -inherit opie - -do_install () { - install -d ${D}${palmtopdir}/pics/${APPNAME}/ \ - ${D}${palmtopdir}/apps/Games/ \ - ${D}${palmtopdir}/bin/ - - install -m 0644 ${S}/pkg/opt/QtPalmtop/pics/qpe-vexed.png ${D}${palmtopdir}/pics/ - install -m 0644 ${S}/pkg/opt/QtPalmtop/pics/qpe-vexed/*.png ${D}${palmtopdir}/pics/${APPNAME}/ - install -m 0644 ${S}/pkg/opt/QtPalmtop/pics/qpe-vexed/*.bmp ${D}${palmtopdir}/pics/${APPNAME}/ -} |