[oe-commits] : add mumpot: courtesy of Andreas Kemnade. close bug# 4714

OE GIT Trial gittrial at amethyst.openembedded.net
Sun Oct 12 02:32:52 UTC 2008


Module: org.openembedded.dev.git
Branch: org.openembedded.dev
Commit: ccec7437611bce4f8bd3895122e6dde62bb074d4
URL:    http://gitweb.openembedded.net/?p=org.openembedded.dev.git&a=commit;h=ccec7437611bce4f8bd3895122e6dde62bb074d4

Author:  <xjqian at openembedded.org>
Date:   Sun Oct 12 02:27:49 2008 +0000

add mumpot: courtesy of Andreas Kemnade. close bug# 4714

---

 packages/mumpot/files/mumpot-mapnik.desktop |    8 ++++++++
 packages/mumpot/files/mumpot-tah.desktop    |    8 ++++++++
 packages/mumpot/mumpot_0.3.1.bb             |   18 ++++++++++++++++++
 3 files changed, 34 insertions(+), 0 deletions(-)

diff --git a/packages/mumpot/.mtn2git_empty b/packages/mumpot/.mtn2git_empty
new file mode 100644
index 0000000..e69de29
diff --git a/packages/mumpot/files/.mtn2git_empty b/packages/mumpot/files/.mtn2git_empty
new file mode 100644
index 0000000..e69de29
diff --git a/packages/mumpot/files/mumpot-mapnik.desktop b/packages/mumpot/files/mumpot-mapnik.desktop
new file mode 100644
index 0000000..b02b077
--- /dev/null
+++ b/packages/mumpot/files/mumpot-mapnik.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Mumpot Mapnik
+Comment=Mumpot Mapnuk
+Exec=mumpot-mapnik
+Terminal=0
+Type=Application
+Categories=Application;PIM;GTK
+StartupNotify=True
diff --git a/packages/mumpot/files/mumpot-tah.desktop b/packages/mumpot/files/mumpot-tah.desktop
new file mode 100644
index 0000000..bcdba40
--- /dev/null
+++ b/packages/mumpot/files/mumpot-tah.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Mumpot t at h
+Comment=Mumpot t at h
+Exec=mumpot-tah
+Terminal=0
+Type=Application
+Categories=Application;PIM;GTK
+StartupNotify=True
diff --git a/packages/mumpot/mumpot_0.3.1.bb b/packages/mumpot/mumpot_0.3.1.bb
new file mode 100644
index 0000000..c5b9091
--- /dev/null
+++ b/packages/mumpot/mumpot_0.3.1.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "A map-viewer, simple editor and routing application for OSM maps"
+HOMEPAGE = "http://wiki.openstreetmap.org/index.php/Mumpot"
+AUTHOR = "Andreas Kemnade"
+SECTION = "x11/applications"
+LICENSE = "GPLv2"
+DEPENDS = "gtk+ bluez-libs bzip2 libxml2 libpng jpeg"
+
+SRC_URI = "http://osm.andi.de1.cc/mumpot-${PV}.tar.gz \
+	file://mumpot-tah.desktop \
+	file://mumpot-mapnik.desktop"
+
+inherit autotools pkgconfig
+
+do_install_append() {
+	install -d ${D}${datadir}/applications
+	install -m 0644 ${WORKDIR}/mumpot-tah.desktop ${D}${datadir}/applications/mumpot-tah.desktop
+	install -m 0644 ${WORKDIR}/mumpot-mapnik.desktop ${D}${datadir}/applications/mumpot-mapnik.desktop
+}





More information about the Openembedded-commits mailing list