blob: d88c8c393087a644ebc5c3dad4546cd77a7df622 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LICENSE = "GPL"
PR = "r0"
GPE_TARBALL_SUFFIX = "bz2"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
inherit autotools gpe
DEPENDS = "dbus-glib libeventdb libschedule libxsettings-client libgpepimc libgpevtype"
SECTION = "gpe"
RDEPENDS = "gpe-icons"
DESCRIPTION = "GPE calendar is the calendar application of the GPE PIM suite."
do_configure () {
autotools_do_configure
}
|