From e9b45ff67d32fdc27950a51135b6dabada8334e7 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 24 Jul 2011 17:57:24 +0100 Subject: initial commit of meta-opie Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton --- recipes-qtopia/insttrain/insttrain_1.0.5.bb | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 recipes-qtopia/insttrain/insttrain_1.0.5.bb (limited to 'recipes-qtopia/insttrain/insttrain_1.0.5.bb') diff --git a/recipes-qtopia/insttrain/insttrain_1.0.5.bb b/recipes-qtopia/insttrain/insttrain_1.0.5.bb new file mode 100644 index 0000000..313f3d9 --- /dev/null +++ b/recipes-qtopia/insttrain/insttrain_1.0.5.bb @@ -0,0 +1,23 @@ +DESCRIPTION = "Simulates any 2 of: DG, CDI for VOR1, CDI for VOR2, ADF, RMI \ +while you drag an NDB, 2 VORs and an airplane around in an overhead view." +SECTION = "opie/applications" +LICENSE = "GPL" +APPTYPE = "binary" +APPDESKTOP = "../Qtopia/opt/QtPalmtop/apps/Applications" + +inherit opie + +SRC_URI = "http://www.Vanille.de/mirror/insttrain-${PV}.tgz \ + file://gcc3.patch" +S = "${WORKDIR}/insttrain-${PV}/src" + +QMAKE_PROFILES = "rmi.pro" + +do_install() { + install -d ${D}${palmtopdir}/pics/ + install -m 0644 ../Qtopia/opt/QtPalmtop/pics/*.png ${D}${palmtopdir}/pics/ +} + + +SRC_URI[md5sum] = "2cec5b79969d0fc64c510edfe7113319" +SRC_URI[sha256sum] = "2dd29e066dece7062cb30daeedad7e5baa0b5cb993c67ba700ebacd6e0212487" -- cgit 1.2.3-korg