diff options
author | Koen Kooi <koen@openembedded.org> | 2006-04-13 09:39:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-13 09:39:40 +0000 |
commit | d788e19f2b9ab4d1211c2c6d52f4be7e05ed7ce2 (patch) | |
tree | e41365834ff03e5bf1f9f00163f1c8330e302b7b | |
parent | cc981b1583fdc0cd29171934c7cad3e754e06251 (diff) |
gpe-calendar: update to 0.72
-rw-r--r-- | packages/gpe-calendar/gpe-calendar_0.72.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 <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 +} |