[oe-commits] org.oe.dev roadmap: add gtk2 version

koen commit openembedded-commits at lists.openembedded.org
Wed Aug 8 11:03:38 UTC 2007


roadmap: add gtk2 version

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 99ddf3e84d5485caca4492ff87e091d6431883d7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=99ddf3e84d5485caca4492ff87e091d6431883d7
Files:
1
packages/roadmap
packages/roadmap/files
packages/roadmap/roadmap-gtk2_cvs.bb
Diffs:

#
# mt diff -r5e25bad8d6e6a8a136d1801c0a449cd181681504 -r99ddf3e84d5485caca4492ff87e091d6431883d7
#
# 
# 
# add_dir "packages/roadmap"
# 
# add_dir "packages/roadmap/files"
# 
# add_file "packages/roadmap/roadmap-gtk2_cvs.bb"
#  content [910392dc4aba52e64d998814ab3c6309cde2d477]
# 
============================================================
--- packages/roadmap/roadmap-gtk2_cvs.bb	910392dc4aba52e64d998814ab3c6309cde2d477
+++ packages/roadmap/roadmap-gtk2_cvs.bb	910392dc4aba52e64d998814ab3c6309cde2d477
@@ -0,0 +1,44 @@
+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."
+AUTHOR = "Pascal Martin <pascal.martin at iname.com>"
+HOMEPAGE = "http://roadmap.digitalomaha.net/maps.html"
+DEPENDS = "popt expat gtk+"
+LICENSE = "GPL"
+PV = "1.0.12+cvs${SRCDATE}"
+PR = "r0"
+
+SRC_URI = "cvs://anonymous:@roadmap.cvs.sf.net/cvsroot/roadmap;module=roadmap \
+           file://cross.patch;patch=1;pnum=2 \
+	   http://roadmap.digitalomaha.net/maps/usdir.rdm.tgz \
+           "
+
+S = "${WORKDIR}/roadmap/src"
+
+PARALLEL_MAKE = ""
+CFLAGS += " -I${S} "
+
+
+do_compile() {
+        oe_runmake
+	oe_runmake gtk2
+}
+
+do_install() {
+        install -d ${D}${bindir}
+        install -d ${D}${datadir}/applications
+        install -d ${D}${datadir}/pixmaps
+        install -d ${D}${datadir}/roadmap
+
+        install -m 0755 gtk2/gtkroad* ${D}${bindir}
+
+        install -m 0644 icons/*png ${D}${datadir}/pixmaps
+        
+        install -m 0644 sprites preferences ${D}${datadir}/roadmap
+	install -m 0644 ${WORKDIR}/usdir.rdm ${D}${datadir}/roadmap/
+}
+
+
+FILES_${PN} += "${datadir}/roadmap"
+






More information about the Openembedded-commits mailing list