blob: 3a165d5d0b8e2bf123d6fa57d86ac7e1318d7c76 (
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 = "gpe-icons"
PR = "r0"
GPE_TARBALL_SUFFIX = "bz2"
inherit autotools gpe
do_configure () {
autotools_do_configure
}
SRC_URI[md5sum] = "b10a91ce3fb39b87656fc5c5510b68d6"
SRC_URI[sha256sum] = "780ddb4f2bb72e3e8d970ebc647c8040cfef0fccd405773cf7776074c26175b6"
|