aboutsummaryrefslogtreecommitdiffstats
path: root/ubahnnav
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2004-09-21 15:58:13 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2004-09-21 15:58:13 +0000
commit0e35ac022f9b29f977501d82540e7e9a8ebe2070 (patch)
tree506b7d903cbe4a21258a82152ee5e59c57e25286 /ubahnnav
parentfa4cc25fb34ef617908ed50816b9395ac5196576 (diff)
downloadopenembedded-0e35ac022f9b29f977501d82540e7e9a8ebe2070.tar.gz
mileage, ubahnnav: fixed icon
BKrev: 41504f95UnIJ-wNo52_lY5WkA2iqng
Diffstat (limited to 'ubahnnav')
-rw-r--r--ubahnnav/ubahnnav_0.3.1.oe31
1 files changed, 31 insertions, 0 deletions
diff --git a/ubahnnav/ubahnnav_0.3.1.oe b/ubahnnav/ubahnnav_0.3.1.oe
index e69de29bb2..e4228aa920 100644
--- a/ubahnnav/ubahnnav_0.3.1.oe
+++ b/ubahnnav/ubahnnav_0.3.1.oe
@@ -0,0 +1,31 @@
+DESCRIPTION = "U-Bahn Navigator helps you navigating through foreign public \
+transport networks. It finds the shortest or direct route from a start to a \
+destination station of the loaded subway map. U-Bahn Navigator is extensible \
+to support each public transport network."
+PRIORITY = "optional"
+SECTION = "opie/applications"
+MAINTAINER = "Dimitri Brukakis"
+APPNAME = "ubahnnav"
+APPTYPE = "binary"
+APPDESKTOP = "${S}/src/ubahnnav"
+PR = "r1"
+
+SRC_URI = "http://ubahnstation.net/source/ubahnnav-${PV}.tar.gz \
+ file://qmake.patch;patch=1"
+S = "${WORKDIR}/ubahnnav-${PV}"
+
+inherit opie
+
+export OE_QMAKE_LINK="${CXX}"
+EXTRA_QMAKEVARS_POST = "LIBS+=-L${S}"
+
+do_configure_prepend() {
+ find . -name "Makefile"|xargs rm -f
+}
+
+do_install() {
+ oe_libinstall -so libsubwaymap ${D}/${palmtopdir}/lib
+ install -d ${D}/${palmtopdir}/pics ${D}/${palmtopdir}/ubahn/maps
+ touch ${D}/${palmtopdir}/ubahn/maps/.empty
+ install -m 0644 src/ubahnnav/images/u-logo.png ${D}/${palmtopdir}/pics/ubahnnav.png
+}