Merges.
[vuplus_openembedded] / tximage / tximage_0.2.oe
1 DESCRIPTION = "Tx Image Viewer"
2 SECTION = "base"
3 PRIORITY = "optional"
4 MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
5 LICENSE = "GPL"
6 DEPENDS = "virtual/libc virtual/libqpe"
7
8 SRC_URI = "http://downloads.zaurususergroup.com/community/66.180.235.230/download.php/253/tximage-${PV}.tar.gz \
9            file://gcc3.patch;patch=1"
10
11 inherit palmtop
12
13 do_install() {
14         install -d ${D}/${palmtopdir}/apps/Applications \
15                    ${D}/${palmtopdir}/pics \
16                    ${D}/${palmtopdir}/bin
17         install -D -m 755 tximage ${D}/${palmtopdir}/bin/tximage
18         install -D -m 644 imageviewer.desktop ${D}/${palmtopdir}/apps/Applications/tximage.desktop
19         cp -a tximage.png ${D}/${palmtopdir}/pics/
20 }