libcontactsdb: add 0.1 release, courtesy Florian Boor
authorKoen Kooi <koen@openembedded.org>
Mon, 2 Jan 2006 11:45:22 +0000 (11:45 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 2 Jan 2006 11:45:22 +0000 (11:45 +0000)
packages/libcontactsdb/libcontactsdb_0.1.bb [new file with mode: 0644]

diff --git a/packages/libcontactsdb/libcontactsdb_0.1.bb b/packages/libcontactsdb/libcontactsdb_0.1.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
+}