aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libcontactsdb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2006-07-04 11:11:03 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-07-04 11:11:03 +0000
commit0664707090a729d50f4a9358325f23a22bd9e471 (patch)
treede886b0a1f3a8c7ff2eab0adb80cf46696e5da82 /packages/libcontactsdb
parentebfa06218fea7fe7bf0cdd4f64c72cfda914f8e9 (diff)
downloadopenembedded-0664707090a729d50f4a9358325f23a22bd9e471.tar.gz
libcontactsdb: Add release 0.4.
Diffstat (limited to 'packages/libcontactsdb')
-rw-r--r--packages/libcontactsdb/libcontactsdb_0.4.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/libcontactsdb/libcontactsdb_0.4.bb b/packages/libcontactsdb/libcontactsdb_0.4.bb
new file mode 100644
index 0000000000..93950a3e1c
--- /dev/null
+++ b/packages/libcontactsdb/libcontactsdb_0.4.bb
@@ -0,0 +1,15 @@
+LICENSE = "LGPL"
+DESCRIPTION = "Database access library for GPE contacts"
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+DEPENDS = "libgpewidget libgpepimc sqlite"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
+
+PR = "r0"
+GPE_TARBALL_SUFFIX = "bz2"
+
+inherit autotools gpe pkgconfig
+
+do_stage () {
+autotools_stage_all
+}