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

GPE_TARBALL_SUFFIX = "bz2"

inherit autotools gpe pkgconfig

do_stage () {
	autotools_stage_all
}