aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/blipomoko/blipomoko_git.bb
blob: 8b1cc9bea316dc7a9b31ef49feda9c0db6f27175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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_${PN} = "python-elementary python-dbus python-edbus python-ecore"
SECTION = "x11/applications"

SRC_URI = "git://github.com/dos1/blipomoko.git;protocol=http"
S = "${WORKDIR}/git"

SRCREV = "93295f36f7b45c691df247cb2a65227facf13654"
PV = "0.0+gitr${SRCPV}"
PR = "r0"

inherit distutils

FILES_${PN} += "/usr/share/blipomoko"