blob: c423fb4d5b83f1bd3fe19a5ad851785bc987a7f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
LICENSE = "LGPL"
DESCRIPTION = "Database access library for GPE calendar"
SECTION = "gpe/libs"
PRIORITY = "optional"
DEPENDS = "libgpewidget libgpepimc sqlite"
MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
GPE_TARBALL_SUFFIX = "bz2"
inherit pkgconfig gpe autotools
do_stage () {
autotools_stage_all
}
do_configure () {
autotools_do_configure
}
|