diff options
-rw-r--r-- | packages/gomunicator/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/gomunicator/gomunicator_cvs.bb | 13 |
2 files changed, 13 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..77a281f599 --- /dev/null +++ b/packages/gomunicator/gomunicator_cvs.bb @@ -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}" |