diff options
author | Koen Kooi <koen@openembedded.org> | 2006-08-06 12:56:15 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-08-06 12:56:15 +0000 |
commit | aed5480b5231251e1cfeab43aad2b7d2dbc28ceb (patch) | |
tree | 1c9590325603eb1b24131922e0cbb7fe706162b9 /packages/libcontactsdb | |
parent | 8f6d28b3d4b15086e6f21011e0f25d0f7c6f7235 (diff) |
libcontactsdb: add 0.5
Diffstat (limited to 'packages/libcontactsdb')
-rw-r--r-- | packages/libcontactsdb/libcontactsdb_0.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
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 <florian.boor@kernelconcepts.de>" + +GPE_TARBALL_SUFFIX = "bz2" + +inherit autotools gpe pkgconfig + +do_stage () { + autotools_stage_all +} |