]> code.ossystems Code Review - openembedded-core.git/commitdiff
Add contacts
authorChris Lord <chris@openedhand.com>
Thu, 29 Sep 2005 19:45:23 +0000 (19:45 +0000)
committerChris Lord <chris@openedhand.com>
Thu, 29 Sep 2005 19:45:23 +0000 (19:45 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky@79 311d38ba-8fff-0310-9ca6-ca027cbcb966

openembedded/packages/contacts/contacts_0.0svn20050929.bb [new file with mode: 0755]

diff --git a/openembedded/packages/contacts/contacts_0.0svn20050929.bb b/openembedded/packages/contacts/contacts_0.0svn20050929.bb
new file mode 100755 (executable)
index 0000000..76ab962
--- /dev/null
@@ -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 "
+