summaryrefslogtreecommitdiffstats
path: root/recipes/justreader/justreader_2.0k.bb
blob: f6efe5a9bfef365a958733988e2b246e7635b29e (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
25
26
27
28
29
30
31
32
33
DESCRIPTION = "An E-Books reader for Qt/Embedded based Palmtop Environments"
SECTION = "opie/applications"
PRIORITY = "optional"
LICENSE = "GPL"
HOMEPAGE = "http://justreader.sourceforge.net/"
PR = "r3"

SRC_URI = "${SOURCEFORGE_MIRROR}/justreader/justreader_${PV}.tgz \
file://correct-settings-path.patch;apply=yes \
file://missing-include.patch;apply=yes"

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/${PN}/ \
		   ${D}${palmtopdir}/apps/Applications
	install -m 0644 apps/Applications/justreader.desktop ${D}${palmtopdir}/apps/Applications/
	install -m 0755 bin/justreader ${D}${palmtopdir}/bin/
	install -m 0644 pics/* ${D}${palmtopdir}/pics/justreader/
}

SRC_URI[md5sum] = "74b2b89b12668cbbbb093b6343e9f52d"
SRC_URI[sha256sum] = "55b0dd7ac3f9860a4cba0797213fdaa898b77f3228612e3499d54e6fe6144514"