aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-09-22 13:13:26 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-09-22 14:18:18 +0000
commitb39534b32a11fd97676630c1626c0c11a0ef1c44 (patch)
treec81d78263272022119ecf34d0f85fd957c8e2049 /recipes/shr
parentd1bc230994b9b5b8d8ad527315cae753c418e2f4 (diff)
downloadopenembedded-b39534b32a11fd97676630c1626c0c11a0ef1c44.tar.gz
shr-contacts: Add recipe (from SHR)
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/shr-contacts_git.bb13
1 files changed, 13 insertions, 0 deletions
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}"
+