aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete/gpephone/libim2_svn.bb
blob: 15022dea58cd69021670da01a899fc4eb87d03d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LICENSE     = "LGPL"
DESCRIPTION = "LiPS instant messenger library."
SECTION = "gpe/libs"
PRIORITY    = "optional"
DEPENDS     = "glib-2.0 librecord2 libabenabler2 liblipsevent2 telepathy-glib telepathy-mission-control"
PV = "0.0+svnr-${SRCREV}"
PR          = "r1"

inherit gpephone pkgconfig autotools

SRC_URI = "${GPEPHONE_SVN} \
           file://disable-tests.patch"

EXTRA_OECONF = "--enable-test=no"

S = ${WORKDIR}/libim2

FILES_${PN} += " ${datadir}/dbus-1"