libcontactsdb: add 0.5
authorKoen Kooi <koen@openembedded.org>
Sun, 6 Aug 2006 12:56:15 +0000 (12:56 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 6 Aug 2006 12:56:15 +0000 (12:56 +0000)
packages/libcontactsdb/libcontactsdb_0.5.bb [new file with mode: 0644]

diff --git a/packages/libcontactsdb/libcontactsdb_0.5.bb b/packages/libcontactsdb/libcontactsdb_0.5.bb
new file mode 100644 (file)
index 0000000..30bc282
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "Database access library for GPE contacts"
+LICENSE = "LGPL"
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+DEPENDS = "libgpewidget libgpepimc sqlite"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
+
+GPE_TARBALL_SUFFIX = "bz2"
+
+inherit autotools gpe pkgconfig
+
+do_stage () {
+       autotools_stage_all
+}