aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Laitio <lamikr@cc.jyu.fi>2006-03-30 06:33:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-30 06:33:27 +0000
commitd6bb4823a9e6f406260c16e21604fad1a7167283 (patch)
tree11a513c6d0630ed3f47e35b54c5fbf618ff69f07
parent1b7cdda5295d44bce241d1e38aaed71656f0db36 (diff)
downloadopenembedded-d6bb4823a9e6f406260c16e21604fad1a7167283.tar.gz
gomunicator: add gomunicator from dev to 083.
-rw-r--r--packages/gomunicator/.mtn2git_empty0
-rw-r--r--packages/gomunicator/gomunicator_cvs.bb19
2 files changed, 19 insertions, 0 deletions
diff --git a/packages/gomunicator/.mtn2git_empty b/packages/gomunicator/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/gomunicator/.mtn2git_empty
diff --git a/packages/gomunicator/gomunicator_cvs.bb b/packages/gomunicator/gomunicator_cvs.bb
new file mode 100644
index 0000000000..03e82d1cf3
--- /dev/null
+++ b/packages/gomunicator/gomunicator_cvs.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "Gomunicator is a GSM Voice and SMS application for GPE"
+HOMEPAGE = "http://www.linuxdevelopment.org/projects.html"
+LICENSE = "GPLv2"
+AUTHOR = "Robert Woerle"
+MAINTAINER = "Koen Kooi <koen@handhelds.org>"
+DEPENDS = "libgpewidget gtk+ glib-2.0 alsa-lib"
+#Remove the dash below when 0.1.3 changes in PV
+PV = "0.1.3+cvs-${CVSDATE}"
+
+
+inherit autotools pkgconfig
+
+SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator"
+S = "${WORKDIR}/${PN}"
+
+do_install_append() {
+ install -d ${D}${datadir}/applications
+ install -m 0644 gomunicator.desktop ${D}${datadir}/applications/
+}