aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libeventdb/libeventdb_0.19.bb
blob: b8318bd4072fdabc0f42f3d2c6694de76e75bc40 (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
}