diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-22 13:38:05 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-22 14:18:19 +0000 |
commit | d10335d1aeec5b1edf83a1b3f86841aa45888a27 (patch) | |
tree | 0b4559cf015939e396fd9f32ba1abe503812f2c1 /recipes/shr/shr-dialer_git.bb | |
parent | b39534b32a11fd97676630c1626c0c11a0ef1c44 (diff) |
shr-dialer: Add recipe (from SHR)
Diffstat (limited to 'recipes/shr/shr-dialer_git.bb')
-rw-r--r-- | recipes/shr/shr-dialer_git.bb | 13 |
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}" + |