aboutsummaryrefslogtreecommitdiffstats
path: root/justreader/justreader_2.0k.oe
diff options
context:
space:
mode:
Diffstat (limited to 'justreader/justreader_2.0k.oe')
-rw-r--r--justreader/justreader_2.0k.oe28
1 files changed, 0 insertions, 28 deletions
diff --git a/justreader/justreader_2.0k.oe b/justreader/justreader_2.0k.oe
deleted file mode 100644
index 1e99a9c44f..0000000000
--- a/justreader/justreader_2.0k.oe
+++ /dev/null
@@ -1,28 +0,0 @@
-DESCRIPTION = "An E-Books reader for Qt/Embedded based Palmtop Environments"
-SECTION = "opie/applications"
-PRIORITY = "optional"
-MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
-LICENSE = "GPL"
-HOMEPAGE = "http://justreader.sourceforge.net/"
-PR = "r2"
-
-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/${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/
-}