generic-poky/meta/packages/eds/eds-tests_0.1.bb
Ross Burton d2ba482d4c Add eds-tests
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1353 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-03-15 20:41:01 +00:00

16 lines
330 B
BlitzBasic

LICENSE = "GPL"
SECTION = "x11"
DEPENDS = "dbus-glib eds-dbus"
RDEPENDS = "libedata-book"
DESCRIPTION = "Test applications for EDS"
PR = "r1"
SRC_URI = "http://burtonini.com/temp/${PN}-${PV}.tar.gz"
inherit autotools pkgconfig
S = "${WORKDIR}/${PN}-${PV}"
FILES_${PN} += "${libdir}/evolution-data-server-1.2/extensions/*.so"