diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-01-18 17:07:05 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-18 17:07:05 +0000 |
commit | 2dc9ee48f37e5ccbf2b7220911c270baa7bcd170 (patch) | |
tree | 013d47bb76421c75b2a7a01d281cbfc852b650de /packages/gpe-calendar/gpe-calendar_0.69.bb | |
parent | f28138ea966f7852229736197c34b416f2ba450c (diff) | |
parent | 8d60e06669abb89149ba60248ee6b72b6a274f04 (diff) |
merge of 1323e1df6038dca4973ee3bea9b6d558e7ce8fba
and 72f8be28da1900bbf98ed7cc1fa244d3cd750692
Diffstat (limited to 'packages/gpe-calendar/gpe-calendar_0.69.bb')
-rw-r--r-- | packages/gpe-calendar/gpe-calendar_0.69.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/gpe-calendar/gpe-calendar_0.69.bb b/packages/gpe-calendar/gpe-calendar_0.69.bb new file mode 100644 index 0000000000..3c8fbbc148 --- /dev/null +++ b/packages/gpe-calendar/gpe-calendar_0.69.bb @@ -0,0 +1,12 @@ +LICENSE = "GPL" +PR = "r0" +GPE_TARBALL_SUFFIX = "bz2" +MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" + +inherit autotools gpe + +DEPENDS = "libeventdb libschedule libxsettings-client libgpepimc libgpevtype" +SECTION = "gpe" +RDEPENDS = "gpe-icons" +DESCRIPTION = "GPE calendar" + |