diff options
Diffstat (limited to 'recipes/libeventdb/libeventdb.inc')
-rw-r--r-- | recipes/libeventdb/libeventdb.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/libeventdb/libeventdb.inc b/recipes/libeventdb/libeventdb.inc new file mode 100644 index 0000000000..7facee79ce --- /dev/null +++ b/recipes/libeventdb/libeventdb.inc @@ -0,0 +1,13 @@ +DESCRIPTION = "Database access library for GPE calendar" +SECTION = "gpe/libs" +LICENSE = "LGPL" +PRIORITY = "optional" +DEPENDS = "libgpewidget libgpepimc sqlite" + +GPE_TARBALL_SUFFIX = "bz2" + +inherit pkgconfig gpe autotools + +do_stage () { + autotools_stage_all +} |