blob: 1a4a5c21baa3567f951a44e29db6931dd6fe732f (
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>"
PV = "0.30+cvs${SRCDATE}"
PR = "r0"
DEFAULT_PREFERENCE = "-1"
inherit pkgconfig gpe autotools
SRC_URI = "${HANDHELDS_CVS};module=gpe/base/${PN}"
S = ${WORKDIR}/${PN}
do_stage () {
autotools_stage_all
}
|