summaryrefslogtreecommitdiff
path: root/packages/gpephone/libmsgenabler2_svn.bb
blob: 4772b0c8e743cf1c16a0e617c7fe91fde1d338e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LICENSE     = "LiPS"
DESCRIPTION = "LiPS message backend library."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "glib-2.0 dbus-glib librecord2 liblipsevent2 telepathy-mission-control libgsmd-lips"
PV = "0.0+svnr-${SRCREV}"
PR          = "r1"

DEFAULT_PREFERENCE = "-1"

inherit gpephone pkgconfig autotools

SRC_URI = "${GPEPHONE_SVN}"

S = ${WORKDIR}/${PN}

FILES_${PN} += "$(datadir)/libmsgenabler2"

do_stage () {
	autotools_stage_all
}