aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpephone/libcalenabler2_svn.bb
blob: 07304c46b7edc35ad9087457d59bf0d228d6a2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "LiPS calendar API."
SECTION = "gpe/libs"
PRIORITY = "optional"
LICENSE = "LiPS"
DEPENDS = "glib-2.0 sqlite3 libical libalmmgr"
PV = "0.0+svnr-${SRCPV}"
PR = "r0"


inherit gpephone pkgconfig autotools

SRC_URI = "${GPEPHONE_SVN}"

S = "${WORKDIR}/${PN}"

do_stage () {
    autotools_stage_all
}

FILES_${PN} += " ${libdir}/*.so.*"
FILES_${PN}-dbg += "${libdir}/.debug/*.so.*"
FILES_${PN}-dev += "${includedir} ${libdir}/*.la ${libdir}/*.so"

DEFAULT_PREFERENCE = "-1"