summaryrefslogtreecommitdiff
path: root/justreader/justreader_2.0k.oe
blob: 3cd79007e39e38ff6496098fe69bf67b6581942d (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 = "An E-Books reader for Qt/Embedded based Palmtop Environments"
SECTION = "base"
PRIORITY = "optional"
MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
LICENSE = "GPL"

SRC_URI = "${SOURCEFORGE_MIRROR}/justreader/justreader_${PV}.tgz"
S = "${WORKDIR}/TextReader2"

inherit palmtop

EXTRA_QMAKEVARS_POST = 'INCLUDEPATH+="${STAGING_INCDIR}/qpe" LIBS+=-lqpe'
export OE_QMAKE_LINK="${CXX}"

do_configure_prepend() {
	find . -name "Makefile"|xargs rm -f
}

do_install() {
	install -d ${D}/${palmtopdir}/bin \
		   ${D}/${palmtopdir}/pics \
		   ${D}/${palmtopdir}/apps/Applications
	cp -dfR apps bin pics ${D}/${palmtopdir}/
}