From b39534b32a11fd97676630c1626c0c11a0ef1c44 Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Tue, 22 Sep 2009 13:13:26 +0000 Subject: shr-contacts: Add recipe (from SHR) --- recipes/shr/shr-contacts_git.bb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 recipes/shr/shr-contacts_git.bb (limited to 'recipes/shr/shr-contacts_git.bb') diff --git a/recipes/shr/shr-contacts_git.bb b/recipes/shr/shr-contacts_git.bb new file mode 100644 index 0000000000..1b9a383130 --- /dev/null +++ b/recipes/shr/shr-contacts_git.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "The SHR Contacts application" +HOMEPAGE = "http://shr-project.org/" +LICENSE = "GPL" +SECTION = "x11/applications" +DEPENDS += "dbus-glib libframeworkd-glib libframeworkd-phonegui" +PV = "0.0.2+gitr${SRCREV}" +PR = "r6" + +inherit pkgconfig autotools + +SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master" +S = "${WORKDIR}/git/${PN}" + -- cgit v1.2.3