From a780643c4b6aa11e1a36965a69df7116477c7b4c Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 7 Dec 2004 22:05:47 +0000 Subject: Merge oe-devel@oe-devel.bkbits.net:packages.bb into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw --- zroadmap/zroadmap_1.0.8.bb | 0 zroadmap/zroadmap_1.0.8.oe | 42 ------------------------------------------ 2 files changed, 42 deletions(-) create mode 100644 zroadmap/zroadmap_1.0.8.bb delete mode 100644 zroadmap/zroadmap_1.0.8.oe (limited to 'zroadmap') diff --git a/zroadmap/zroadmap_1.0.8.bb b/zroadmap/zroadmap_1.0.8.bb new file mode 100644 index 0000000000..e69de29bb2 diff --git a/zroadmap/zroadmap_1.0.8.oe b/zroadmap/zroadmap_1.0.8.oe deleted file mode 100644 index d70f281512..0000000000 --- a/zroadmap/zroadmap_1.0.8.oe +++ /dev/null @@ -1,42 +0,0 @@ -DESCRIPTION = "RoadMap is a program that provides a car navigation for Linux and UNIX. \ -It displays a map of the streets, tracks the position provided by a NMEA-compliant \ -GPS receiver, identifies the street matching this GPS position and announces the name \ -of the crossing street at the next intersection. A rudimentary trip feature allows \ -RoadMap to display some basic navigation information (distance to the destination, \ -direction, speed, etc..). Voice messages are generated that duplicate some of the screen information." -SECTION = "opie/applications" -PRIORITY = "optional" -AUTHOR = "Pascal Martin " -HOMEPAGE = "http://roadmap.digitalomaha.net/maps.html" -MAINTAINER = "Michael 'Mickey' Lauer " -LICENSE = "GPL" -PR = "r1" - -SRC_URI = "http://roadmap.digitalomaha.net/roadmap/roadmap_1_0_8_src.tar.gz \ - http://roadmap.digitalomaha.net/maps/usdir.rdm.tgz \ - file://zroadgps.png" - -S = "${WORKDIR}/roadmap-${PV}/src/qt" - -inherit palmtop - -EXTRA_OEMAKE = 'DESKTOP=QPE MOC=${OE_QMAKE_MOC} UIC=${OE_QMAKE_UIC} \ - GUILDFLAGS="-lz -lpng -ljpeg -lts -lqte -lqpe -L${STAGING_LIBDIR} -L${QTDIR}/lib"' - -do_configure() { - rm -rf moc* -} - -do_install() { - install -d ${D}/${palmtopdir}/bin - install -d ${D}/${palmtopdir}/apps/Applications - install -d ${D}/${palmtopdir}/pics - install -m 0755 qtroadmap ${D}/${palmtopdir}/bin/roadmap - install -m 0755 qtroadgps ${D}/${palmtopdir}/bin/roadgps - install -m 0644 ../roadmap.png ${D}/${palmtopdir}/pics/zroadmap.png - install -m 0644 ${WORKDIR}/zroadgps.png ${D}/${palmtopdir}/pics/zroadgps.png - install -m 0644 ipkg/*.desktop ${D}/${palmtopdir}/apps/ - install -d ${D}/${palmtopdir}/share/roadmap/ - install -m 0644 ../sprites ../schema ../preferences ${D}/${palmtopdir}/share/roadmap/ - install -m 0644 ${WORKDIR}/usdir.rdm ${D}/${palmtopdir}/share/roadmap/ -} -- cgit v1.2.3