Merge branch 'vuplus-1.6k' of code.vuplus.com:/opt/repository/openembedded into vuplu...
[vuplus_openembedded] / recipes / blipomoko / blipomoko_git.bb
1 DESCRIPTION = "python-elementary and python-blipapi based blip.pl client"
2 AUTHOR = "Sebastian Krzyszkowiak <seba.dos1@gmail.com>"
3 HOMEPAGE = "http://wiki.github.com/dos1/blipomoko"
4 LICENSE ?= "GPL"
5 RDEPENDS = "python-elementary python-dbus python-edbus python-ecore"
6 SECTION = "x11/applications"
7
8 SRC_URI = "git://github.com/dos1/blipomoko.git;protocol=http"
9 S = "${WORKDIR}/git"
10
11 PV = "0.0+gitr${SRCREV}"
12 PR = "r0"
13
14 inherit distutils
15
16 FILES_${PN} += "/usr/share/blipomoko"
17