blob: 15f513c4b7b0814950ec2cc4bfd34e82d57f0565 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "GPE calendar is the calendar application of the GPE PIM suite."
SECTION = "gpe"
LICENSE = "GPL"
DEPENDS = "dbus-glib libeventdb libschedule libxsettings-client libgpepimc libgpevtype"
RDEPENDS_${PN} = "gpe-icons"
PR = "r1"
GPE_TARBALL_SUFFIX = "bz2"
inherit autotools gpe
do_configure () {
autotools_do_configure
}
SRC_URI[md5sum] = "b10a91ce3fb39b87656fc5c5510b68d6"
SRC_URI[sha256sum] = "780ddb4f2bb72e3e8d970ebc647c8040cfef0fccd405773cf7776074c26175b6"
|