summaryrefslogtreecommitdiff
path: root/recipes/shr
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-09-22 13:38:05 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-09-22 14:18:19 +0000
commitd10335d1aeec5b1edf83a1b3f86841aa45888a27 (patch)
tree0b4559cf015939e396fd9f32ba1abe503812f2c1 /recipes/shr
parentb39534b32a11fd97676630c1626c0c11a0ef1c44 (diff)
shr-dialer: Add recipe (from SHR)
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/shr-dialer_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/shr/shr-dialer_git.bb b/recipes/shr/shr-dialer_git.bb
new file mode 100644
index 0000000000..796b96592b
--- /dev/null
+++ b/recipes/shr/shr-dialer_git.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "The SHR Dialer"
+HOMEPAGE = "http://shr-project.org/"
+LICENSE = "GPL"
+SECTION = "x11/applications"
+DEPENDS += "dbus-glib libframeworkd-glib libframeworkd-phonegui"
+PV = "0.0.2+gitr${SRCREV}"
+PR = "r9"
+
+inherit pkgconfig autotools
+
+SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master"
+S = "${WORKDIR}/git/${PN}"
+