diff options
Diffstat (limited to 'tximage')
-rw-r--r-- | tximage/tximage_0.2.bb | 0 | ||||
-rw-r--r-- | tximage/tximage_0.2.oe | 21 |
2 files changed, 0 insertions, 21 deletions
diff --git a/tximage/tximage_0.2.bb b/tximage/tximage_0.2.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/tximage/tximage_0.2.bb diff --git a/tximage/tximage_0.2.oe b/tximage/tximage_0.2.oe deleted file mode 100644 index 4d66dadb27..0000000000 --- a/tximage/tximage_0.2.oe +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "Tx Image Viewer" -SECTION = "opie/applications" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -HOMEPAGE = "http://community.zaurus.com/projects/tximage/" -PR = "r1" - -SRC_URI = "http://downloads.zaurususergroup.com/community/66.180.235.230/download.php/253/tximage-${PV}.tar.gz \ - file://gcc3.patch;patch=1" - -inherit palmtop - -do_install() { - install -d ${D}/${palmtopdir}/apps/Applications \ - ${D}/${palmtopdir}/pics \ - ${D}/${palmtopdir}/bin - install -D -m 755 tximage ${D}/${palmtopdir}/bin/tximage - install -D -m 644 imageviewer.desktop ${D}/${palmtopdir}/apps/Applications/tximage.desktop - cp -a tximage.png ${D}/${palmtopdir}/pics/ -} |