gpe-calendar: add 0.71, fixed for dbus 0.60
authorPhilipp Zabel <philipp.zabel@gmail.com>
Wed, 8 Feb 2006 21:06:33 +0000 (21:06 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 8 Feb 2006 21:06:33 +0000 (21:06 +0000)
packages/gpe-calendar/gpe-calendar_0.71.bb [new file with mode: 0644]

diff --git a/packages/gpe-calendar/gpe-calendar_0.71.bb b/packages/gpe-calendar/gpe-calendar_0.71.bb
new file mode 100644 (file)
index 0000000..eeab0a3
--- /dev/null
@@ -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