diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:23:54 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:36 +0100 |
commit | 920f17d20aa28079e30876e0308662268735df93 (patch) | |
tree | 6d3e530048863ae9e8e372103ec52e39cc6f2081 /recipes/blipomoko | |
parent | ee94b0ada20f26f0846c2630b9096ab014990f01 (diff) |
blipmoko: new recipe from SHR
Diffstat (limited to 'recipes/blipomoko')
-rw-r--r-- | recipes/blipomoko/blipomoko_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/blipomoko/blipomoko_git.bb b/recipes/blipomoko/blipomoko_git.bb new file mode 100644 index 0000000000..22a34077ce --- /dev/null +++ b/recipes/blipomoko/blipomoko_git.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "python-elementary and python-blipapi based blip.pl client" +AUTHOR = "Sebastian Krzyszkowiak <seba.dos1@gmail.com>" +HOMEPAGE = "http://wiki.github.com/dos1/blipomoko" +LICENSE ?= "GPL" +RDEPENDS = "python-elementary python-dbus python-edbus python-ecore" +SECTION = "x11/applications" + +SRC_URI = "git://github.com/dos1/blipomoko.git;protocol=http" +S = "${WORKDIR}/git" + +PV = "0.0+gitr${SRCPV}" +PR = "r0" + +inherit distutils + +FILES_${PN} += "/usr/share/blipomoko" + |