add mumpot: courtesy of Andreas Kemnade. close bug# 4714
authorJunqian Gordon Xu <xjqian@gmail.com>
Sun, 12 Oct 2008 02:27:49 +0000 (02:27 +0000)
committerJunqian Gordon Xu <xjqian@gmail.com>
Sun, 12 Oct 2008 02:27:49 +0000 (02:27 +0000)
packages/mumpot/.mtn2git_empty [new file with mode: 0644]
packages/mumpot/files/.mtn2git_empty [new file with mode: 0644]
packages/mumpot/files/mumpot-mapnik.desktop [new file with mode: 0644]
packages/mumpot/files/mumpot-tah.desktop [new file with mode: 0644]
packages/mumpot/mumpot_0.3.1.bb [new file with mode: 0644]

diff --git a/packages/mumpot/.mtn2git_empty b/packages/mumpot/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/mumpot/files/.mtn2git_empty b/packages/mumpot/files/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/mumpot/files/mumpot-mapnik.desktop b/packages/mumpot/files/mumpot-mapnik.desktop
new file mode 100644 (file)
index 0000000..b02b077
--- /dev/null
@@ -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 (file)
index 0000000..bcdba40
--- /dev/null
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Mumpot t@h
+Comment=Mumpot t@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 (file)
index 0000000..c5b9091
--- /dev/null
@@ -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
+}