]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/gomunicator/gomunicator_cvs.bb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[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
11 inherit autotools pkgconfig
12
13 SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/xanadux;module=gomunicator"
14 S = "${WORKDIR}/${PN}"
15
16 do_install_append() {
17         install -d ${D}${datadir}/applications
18         install -m 0644 gomunicator.desktop ${D}${datadir}/applications/
19 }