From: Koen Kooi Date: Mon, 2 Jan 2006 11:45:22 +0000 (+0000) Subject: libcontactsdb: add 0.1 release, courtesy Florian Boor X-Git-Tag: Release-2010-05/1~9453^2~2808 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e73566974c579e20485cd50aea9d696bfb65c56;p=openembedded.git libcontactsdb: add 0.1 release, courtesy Florian Boor --- diff --git a/packages/libcontactsdb/libcontactsdb_0.1.bb b/packages/libcontactsdb/libcontactsdb_0.1.bb new file mode 100644 index 0000000000..93950a3e1c --- /dev/null +++ b/packages/libcontactsdb/libcontactsdb_0.1.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 " + +PR = "r0" +GPE_TARBALL_SUFFIX = "bz2" + +inherit autotools gpe pkgconfig + +do_stage () { +autotools_stage_all +}