aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libcontactsdb/libcontactsdb_0.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libcontactsdb/libcontactsdb_0.5.bb')
-rw-r--r--recipes/libcontactsdb/libcontactsdb_0.5.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/libcontactsdb/libcontactsdb_0.5.bb b/recipes/libcontactsdb/libcontactsdb_0.5.bb
new file mode 100644
index 0000000000..1bdb40ac25
--- /dev/null
+++ b/recipes/libcontactsdb/libcontactsdb_0.5.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Database access library for GPE contacts"
+LICENSE = "LGPL"
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+DEPENDS = "libgpewidget libgpepimc sqlite"
+
+GPE_TARBALL_SUFFIX = "bz2"
+
+inherit autotools gpe pkgconfig
+
+do_stage () {
+ autotools_stage_all
+}