diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2006-08-04 23:32:32 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2006-08-04 23:32:32 +0000 |
commit | a772b676c466527fe210eaedc25f00b0552dfc32 (patch) | |
tree | 311ec65828623d480112add7f076eae0d6d7be79 /packages | |
parent | 92a46fd09aa4d7988cd9e60d15af4bd8a96df2e9 (diff) |
libcontactsdb: add 0.5
Diffstat (limited to 'packages')
-rw-r--r-- | packages/libcontactsdb/libcontactsdb_0.5.bb | 15 |
1 files changed, 15 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..93950a3e1c --- /dev/null +++ b/packages/libcontactsdb/libcontactsdb_0.5.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 +} |