]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb
gomunicator sourceforge cvs url fixed.
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / gomunicator / gomunicator_cvs.bb
1 DESCRIPTION =   "Gomunicator is a GSM Voice and SMS application for GPE"
2 HOMEPAGE = "http://www.linuxdevelopment.org/projects.html"
3 LICENSE = "GPLv2"
4 AUTHOR = "Robert Woerle"
5 MAINTAINER = "Koen Kooi <koen@handhelds.org>"
6 DEPENDS = "libgpewidget gtk+ glib-2.0 alsa-lib"
7 #Remove the dash below when 0.1.3 changes in PV
8 PV = "0.1.3+cvs-${CVSDATE}"
9
10 inherit autotools pkgconfig
11
12 SRC_URI = "cvs://anonymous@xanadux.cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator"
13 S = "${WORKDIR}/${PN}"
14
15 do_install_append() {
16         install -d ${D}${datadir}/applications
17 }