diff options
Diffstat (limited to 'packages/gomunicator/gomunicator_cvs.bb')
-rw-r--r-- | packages/gomunicator/gomunicator_cvs.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/packages/gomunicator/gomunicator_cvs.bb b/packages/gomunicator/gomunicator_cvs.bb index 312b9fbd56..3c3f9352c7 100644 --- a/packages/gomunicator/gomunicator_cvs.bb +++ b/packages/gomunicator/gomunicator_cvs.bb @@ -1,13 +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}" +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${SRCDATE}" inherit autotools pkgconfig -SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" -S = "${WORKDIR}/${PN}" +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" +S = "${WORKDIR}/${PN}" |