aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libeventdb/libeventdb_0.19.bb
blob: 2db316c65ed40c94be4c92cc4394425eea0a8b93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LICENSE = "LGPL"
DESCRIPTION = "Database access library for GPE calendar"
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "libgpewidget libgpepimc sqlite"

GPE_TARBALL_SUFFIX = "bz2"

inherit pkgconfig gpe autotools


do_stage () {
autotools_stage_all
}