aboutsummaryrefslogtreecommitdiffstats
path: root/poqetpresenter/poqetpresenter_0.0.6.oe
blob: 66107926f050336568910182ae672f17ced52a4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "OpenOffice.org Impress presentation viewer for Qt/E based Palmtop environments"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael Lauer <mickey@Vanille.de>"
LICENSE = "GPL"
RDEPENDS = "libqpe1"
DEPENDS = "virtual/libc virtual/libqpe"

SRC_URI = "${SOURCEFORGE_MIRROR}/poqetp/poqetp_${PV}_src.tar.gz"
S = "${WORKDIR}/poqetp"

inherit palmtop

do_configure_prepend() {
	find . -name "Makefile"|xargs rm -f # force regenerating Makefiles
}

do_install() {
        install -d ${D}${palmtopdir}{bin,apps/Applications,pics}
        install -D -m 0755 poqetp/poqetp ${D}${palmtopdir}bin/poqetp
        install -D -m 0644 poqetp.desktop ${D}${palmtopdir}apps/Applications/poqetp.desktop
        install -d ${D}${palmtopdir}pics/poqetp
        cp -a pics/* ${D}${palmtopdir}pics/poqetp/
}