diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-02-08 21:06:33 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-08 21:06:33 +0000 |
commit | cfaff848a572c4b1ca86857fef49f2b73823836d (patch) | |
tree | 52b5d788751d9e626d8a34a55472a3851f65396a /packages/gpe-calendar/gpe-calendar_0.71.bb | |
parent | 06ebfd038c02210d75dfb45bf78638771b11e49e (diff) |
gpe-calendar: add 0.71, fixed for dbus 0.60
Diffstat (limited to 'packages/gpe-calendar/gpe-calendar_0.71.bb')
-rw-r--r-- | packages/gpe-calendar/gpe-calendar_0.71.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/gpe-calendar/gpe-calendar_0.71.bb b/packages/gpe-calendar/gpe-calendar_0.71.bb new file mode 100644 index 0000000000..eeab0a366c --- /dev/null +++ b/packages/gpe-calendar/gpe-calendar_0.71.bb @@ -0,0 +1,15 @@ +LICENSE = "GPL" +PR = "r0" +GPE_TARBALL_SUFFIX = "bz2" +MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" + +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 +}
\ No newline at end of file |