From: Koen Kooi Date: Sun, 6 Aug 2006 12:56:15 +0000 (+0000) Subject: libcontactsdb: add 0.5 X-Git-Tag: Release-2010-05/1~9453^2~999^2~21^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aed5480b5231251e1cfeab43aad2b7d2dbc28ceb;p=openembedded.git libcontactsdb: add 0.5 --- diff --git a/packages/libcontactsdb/libcontactsdb_0.5.bb b/packages/libcontactsdb/libcontactsdb_0.5.bb new file mode 100644 index 0000000000..30bc282da6 --- /dev/null +++ b/packages/libcontactsdb/libcontactsdb_0.5.bb @@ -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 " + +GPE_TARBALL_SUFFIX = "bz2" + +inherit autotools gpe pkgconfig + +do_stage () { + autotools_stage_all +}