diff options
Diffstat (limited to 'packages/gpe-calendar/gpe-calendar_0.72.bb')
-rw-r--r-- | packages/gpe-calendar/gpe-calendar_0.72.bb | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/packages/gpe-calendar/gpe-calendar_0.72.bb b/packages/gpe-calendar/gpe-calendar_0.72.bb index d88c8c3930..10bb221ff2 100644 --- a/packages/gpe-calendar/gpe-calendar_0.72.bb +++ b/packages/gpe-calendar/gpe-calendar_0.72.bb @@ -1,15 +1,19 @@ -LICENSE = "GPL" -PR = "r0" -GPE_TARBALL_SUFFIX = "bz2" +DESCRIPTION = "GPE calendar is the calendar application of the GPE PIM suite." +SECTION = "gpe" MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" - -inherit autotools gpe +LICENSE = "GPL" 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." + +PR = "r0" + +GPE_TARBALL_SUFFIX = "bz2" + +inherit autotools gpe do_configure () { - autotools_do_configure + autotools_do_configure } + + |