blob: 004ba3ec46a7e7da4453f5cfb09e0bbb78f712e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
DESCRIPTION = "LiPS address book library."
SECTION = "gpe/libs"
PRIORITY = "optional"
LICENSE = "LGPL"
DEPENDS = "glib-2.0 librecord2 gconf sqlite3"
PV = "0.0+svnr-${SRCREV}"
PR = "r0"
inherit gpephone pkgconfig autotools
SRC_URI = "${GPEPHONE_SVN}"
S = "${WORKDIR}/${PN}"
do_stage () {
autotools_stage_all
}
DEFAULT_PREFERENCE = "-1"
LDFLAGS += " -L${STAGING_LIBDIR}"
|