libcontactsdb: Add release 0.4.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Tue, 4 Jul 2006 11:11:03 +0000 (11:11 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 4 Jul 2006 11:11:03 +0000 (11:11 +0000)
packages/libcontactsdb/libcontactsdb_0.4.bb [new file with mode: 0644]

diff --git a/packages/libcontactsdb/libcontactsdb_0.4.bb b/packages/libcontactsdb/libcontactsdb_0.4.bb
new file mode 100644 (file)
index 0000000..93950a3
--- /dev/null
@@ -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
+}