summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/eds/eds-tools_bzr.bb
blob: 85e1c4b7c4fbaf4ebeb49e976b4270d35b462f06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "dbus-glib eds-dbus"
RDEPENDS = "libedata-book"
DESCRIPTION = "Test applications for EDS"

SRC_URI = "bzr://burtonini.com/bzr/${PN};proto=http"

inherit autotools pkgconfig

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

FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so"