summaryrefslogtreecommitdiff
path: root/packages/gomunicator/gomunicator_cvs.bb
blob: 2189ef12fda25de1f4c8f66f8e8f8817e4d71994 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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@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@projects.linuxtogo.org/cvsroot/gomunicator;module=gomunicator"
S = "${WORKDIR}/${PN}"

do_install_append() {
	install -d ${D}${datadir}/applications
}