diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gomunicator/gomunicator_cvs.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gomunicator/gomunicator_cvs.bb b/packages/gomunicator/gomunicator_cvs.bb index 2189ef12fd..0b4e3faaf6 100644 --- a/packages/gomunicator/gomunicator_cvs.bb +++ b/packages/gomunicator/gomunicator_cvs.bb @@ -2,10 +2,11 @@ DESCRIPTION = "Gomunicator is a GSM Voice and SMS application for GPE" HOMEPAGE = "http://projects.linuxtogo.org/projects/gomunicator" LICENSE = "GPLv2" AUTHOR = "Robert Woerle" +SECTION = "gpe" MAINTAINER = "Koen Kooi <koen@linuxtogo.org>" DEPENDS = "libgpewidget gtk+ glib-2.0 alsa-lib dbus-glib" - PV = "0.1.3+cvs${SRCDATE}" +PR = "r1" inherit autotools pkgconfig |