diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-08-07 11:11:46 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2006-08-07 11:11:46 +0000 |
commit | 298dd441a0efb859be6fc0da4b3ae069e3b1de3f (patch) | |
tree | 32c081aca477ae67b953f441331ccb186654e009 /packages/libcontactsdb | |
parent | af5f0bd309b34453fcc397c05ed34c33f53f33ef (diff) | |
parent | 578337a073332bac0da58ce23ded325ae294b035 (diff) |
merge of 70cd861a84040db0f14008d8552b1f2dbc5c8084
and a7904b535294d222e83d153c9fc22b575a5952c4
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 +} |