Add eds-dbus package (doesn't work)

git-svn-id: https://svn.o-hand.com/repos/poky@28 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2005-09-21 16:33:27 +00:00
parent 8d66edc408
commit d18457f094
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
LICENSE = "LGPL"
DEPENDS = "glib-2.0 gtk+ gconf dbus"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Evolution database backend server"
PV = "1.4.0cvs${CVSDATE}"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http"
S = "${WORKDIR}/trunk"
inherit autotools pkgconfig
EXTRA_OECONF = "--without-openldap --disable-nntp --disable-gtk-doc --enable-groupwise=no --with-dbus=yes --with-libgnome=no"