diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-01 12:49:51 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-01 12:49:51 +0000 |
commit | 7f64e99ec25d95861dd208875da0f97685426f0a (patch) | |
tree | 521aea8a02c7fdd1dbbff63d7cbadead3e825c41 /packages/gomunicator | |
parent | 4b1d7089f86dabda3a364bd4f512d6a4080934c9 (diff) |
gomunicator: fix SRC_URI, HOMEPAGE and PV
Diffstat (limited to 'packages/gomunicator')
-rw-r--r-- | packages/gomunicator/gomunicator_cvs.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packages/gomunicator/gomunicator_cvs.bb b/packages/gomunicator/gomunicator_cvs.bb index 365c81cafd..2189ef12fd 100644 --- a/packages/gomunicator/gomunicator_cvs.bb +++ b/packages/gomunicator/gomunicator_cvs.bb @@ -1,15 +1,15 @@ -DESCRIPTION = "Gomunicator is a GSM Voice and SMS application for GPE" -HOMEPAGE = "http://www.linuxdevelopment.org/projects.html" +DESCRIPTION = "Gomunicator is a GSM Voice and SMS application for GPE" +HOMEPAGE = "http://projects.linuxtogo.org/projects/gomunicator" 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-${SRCDATE}" +MAINTAINER = "Koen Kooi <koen@linuxtogo.org>" +DEPENDS = "libgpewidget gtk+ glib-2.0 alsa-lib dbus-glib" + +PV = "0.1.3+cvs${SRCDATE}" inherit autotools pkgconfig -SRC_URI = "cvs://anonymous@xanadux.cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator" +SRC_URI = "cvs://anonymous@projects.linuxtogo.org/cvsroot/gomunicator;module=gomunicator" S = "${WORKDIR}/${PN}" do_install_append() { |