diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-22 13:47:43 +0000 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-09-22 14:18:19 +0000 |
commit | c5563c00d67e73b3f2d06a229758bfcda6952dab (patch) | |
tree | 4c93b8333bdf03b7bff6bc7b16becd0846005690 /recipes/shr | |
parent | 7e5b033b5a19c0c4df6de3fbc0cbab8377ba4348 (diff) |
shr-messages: Add recipe (from SHR)
Diffstat (limited to 'recipes/shr')
-rw-r--r-- | recipes/shr/shr-messages_git.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/shr/shr-messages_git.bb b/recipes/shr/shr-messages_git.bb new file mode 100644 index 0000000000..6fc0694c29 --- /dev/null +++ b/recipes/shr/shr-messages_git.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "The SHR Messages" +HOMEPAGE = "http://shr-project.org/" +LICENSE = "GPL" +SECTION = "x11/applications" +DEPENDS += "dbus-glib libframeworkd-glib libframeworkd-phonegui" +PV = "0.0.2+gitr${SRCREV}" +PR = "r8" + +inherit pkgconfig autotools + +SRC_URI = "git://git.shr-project.org/repo/shr.git;protocol=http;branch=master" +S = "${WORKDIR}/git/${PN}" + |