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