aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/shr-wizard_git.bb
blob: cd79784aa93e9fe4ce7b8f21a23f0e262a62f1fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "An e17 module and a python app for the SHR first run wizard"
HOMEPAGE = "http://shr-project.org"
LICENSE = "GPL"
DEPENDS = "e-wm"
RDEPENDS_${PN} = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus"
SECTION = "x11/application"
SRCREV = "94deff37e2f17dce0e7b4f51e16ee8e5981de58a"
PV = "0.0.0+gitr${SRCPV}"
PR = "r9"

inherit autotools

SRC_URI = "git://git.shr-project.org/repo/shr-wizard.git;protocol=http;branch=master"
S = "${WORKDIR}/git"

FILES_${PN} += "${libdir}/enlightenment/modules/wizard/*/page_900.so"