packages/gomunicator/: add gomunicator, a GPE frontend for GSM cards and pdaphones
authorKoen Kooi <koen@openembedded.org>
Sun, 2 Oct 2005 12:15:12 +0000 (12:15 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 2 Oct 2005 12:15:12 +0000 (12:15 +0000)
packages/gomunicator/.mtn2git_empty [new file with mode: 0644]
packages/gomunicator/gomunicator_cvs.bb [new file with mode: 0644]

diff --git a/packages/gomunicator/.mtn2git_empty b/packages/gomunicator/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/packages/gomunicator/gomunicator_cvs.bb b/packages/gomunicator/gomunicator_cvs.bb
new file mode 100644 (file)
index 0000000..77a281f
--- /dev/null
@@ -0,0 +1,13 @@
+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"
+PV =                   "0.1.3+cvs${CVSDATE}"
+
+
+inherit autotools
+
+SRC_URI =              "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator"
+S =                            "${WORKDIR}/${PN}"