diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-02-06 00:16:51 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-06 00:16:51 +0000 |
commit | eb6fe8eed1d9bdce4edd57d0c61d2d39751a52aa (patch) | |
tree | 0c5e31c7dfddbfb286e9e3105bd80a219478002a /packages/gpe-calendar/gpe-calendar_0.70.bb | |
parent | 6457c2a8e009858481090f3eda789570724479ee (diff) |
gpe-calendar: Add 0.70, remove 0.56 to 0.65.
Diffstat (limited to 'packages/gpe-calendar/gpe-calendar_0.70.bb')
-rw-r--r-- | packages/gpe-calendar/gpe-calendar_0.70.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gpe-calendar/gpe-calendar_0.70.bb b/packages/gpe-calendar/gpe-calendar_0.70.bb new file mode 100644 index 0000000000..43b5be25b4 --- /dev/null +++ b/packages/gpe-calendar/gpe-calendar_0.70.bb @@ -0,0 +1,12 @@ +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." + |