diff options
author | Koen Kooi <koen@openembedded.org> | 2006-01-02 11:45:22 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-02 11:45:22 +0000 |
commit | 6e73566974c579e20485cd50aea9d696bfb65c56 (patch) | |
tree | 071e78c1e16e3e1ba99e007228c5a941495fcc6c /packages/libcontactsdb | |
parent | 38c9fa2a5c8a4f5df4f0b98dda04eb2ed714075d (diff) |
libcontactsdb: add 0.1 release, courtesy Florian Boor
Diffstat (limited to 'packages/libcontactsdb')
-rw-r--r-- | packages/libcontactsdb/libcontactsdb_0.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
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 <florian.boor@kernelconcepts.de>" + +PR = "r0" +GPE_TARBALL_SUFFIX = "bz2" + +inherit autotools gpe pkgconfig + +do_stage () { +autotools_stage_all +} |