summaryrefslogtreecommitdiff
path: root/packages/gomunicator/gomunicator_cvs.bb
blob: 3c3f9352c7475e0d5798de1511e229e004a9db47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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${SRCDATE}"


inherit autotools pkgconfig

SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator"
S = "${WORKDIR}/${PN}"