From 210df3ce941d17ac9c0602a9f36c55328c6f5503 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 20 Apr 2004 03:11:30 +0000 Subject: Merge 2004/04/19 14:02:59-05:00 ti.com!a0868066 Merges. 2004/04/19 14:00:46-05:00 ti.com!a0868066 Killing usage of {} expansion, which isnt supported by the ash shell. BKrev: 408494e2t24Aqbe2prpXURtnZlhCmA --- justreader/justreader_2.0k.oe | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'justreader') diff --git a/justreader/justreader_2.0k.oe b/justreader/justreader_2.0k.oe index e69de29bb2..812ffa6e8d 100644 --- a/justreader/justreader_2.0k.oe +++ b/justreader/justreader_2.0k.oe @@ -0,0 +1,24 @@ +DESCRIPTION = "An E-Books reader for Qt/Embedded based Palmtop Environments" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer " +LICENSE = "GPL" +DEPENDS = "virtual/libc" + +SRC_URI = "${SOURCEFORGE_MIRROR}/justreader/justreader_${PV}.tgz" +S = "${WORKDIR}/TextReader2" + +inherit palmtop + +EXTRA_QMAKEVARS_POST = 'INCLUDEPATH+="${STAGING_INCDIR}/qpe" LIBS+=-lqpe' + +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}/ +} -- cgit v1.2.3