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

GPE_TARBALL_SUFFIX = "bz2"

inherit pkgconfig gpe autotools

do_stage () {
        autotools_stage_all
}