surpport seeking the recorded video
[vuplus_openembedded] / recipes / gomunicator / gomunicator_cvs.bb
1 DESCRIPTION = "Gomunicator is a GSM Voice and SMS application for GPE"
2 HOMEPAGE = "http://projects.linuxtogo.org/projects/gomunicator"
3 LICENSE = "GPLv2"
4 AUTHOR = "Robert Woerle"
5 SECTION = "gpe"
6 DEPENDS = "libgpewidget gtk+ glib-2.0 alsa-lib dbus-glib"
7 PV = "0.1.3+cvs${SRCDATE}"
8 PR = "r1"
9
10 inherit autotools pkgconfig
11
12 SRC_URI = "cvs://anonymous@projects.linuxtogo.org/cvsroot/gomunicator;module=gomunicator"
13 S = "${WORKDIR}/${PN}"
14
15 do_install_append() {
16         install -d ${D}${datadir}/applications
17 }