shr-dialer: Add recipe (from SHR)
authorStefan Schmidt <stefan@datenfreihafen.org>
Tue, 22 Sep 2009 13:38:05 +0000 (13:38 +0000)
committerStefan Schmidt <stefan@datenfreihafen.org>
Tue, 22 Sep 2009 14:18:19 +0000 (14:18 +0000)
recipes/shr/shr-dialer_git.bb [new file with mode: 0644]

diff --git a/recipes/shr/shr-dialer_git.bb b/recipes/shr/shr-dialer_git.bb
new file mode 100644 (file)
index 0000000..796b965
--- /dev/null
@@ -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}"
+