aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gomunicator/gomunicator_cvs.bb
blob: 4c6e9daad241cf2d90e11f151d520b4d4443ee97 (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"
SECTION = "gpe"
DEPENDS = "libgpewidget gtk+ glib-2.0 alsa-lib dbus-glib"
PV = "0.1.3+cvs${SRCDATE}"
PR = "r1"

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
}