From: Koen Kooi Date: Thu, 13 Apr 2006 09:39:40 +0000 (+0000) Subject: gpe-calendar: update to 0.72 X-Git-Tag: Release-2010-05/1~9453^2~2039^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d788e19f2b9ab4d1211c2c6d52f4be7e05ed7ce2;p=openembedded.git gpe-calendar: update to 0.72 --- diff --git a/packages/gpe-calendar/gpe-calendar_0.72.bb b/packages/gpe-calendar/gpe-calendar_0.72.bb new file mode 100644 index 0000000000..c5d1435d8d --- /dev/null +++ b/packages/gpe-calendar/gpe-calendar_0.72.bb @@ -0,0 +1,15 @@ +LICENSE = "GPL" +PR = "r0" +GPE_TARBALL_SUFFIX = "bz2" +MAINTAINER = "Florian Boor " + +inherit autotools gpe + +DEPENDS = "dbus 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 +}