Add contacts

git-svn-id: https://svn.o-hand.com/repos/poky@79 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2005-09-29 19:45:23 +00:00
parent eca9d2d41c
commit 4504f450ea
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Contacts is an address-book application."
S = "${WORKDIR}/trunk"
SRC_URI = "file:///tmp/${PN}-${PV}.tar.bz2"
inherit autotools pkgconfig
CFLAGS_prepend = " -DHAVE_PHOTO_TYPE=1 "