surpport seeking the recorded video
[vuplus_openembedded] / recipes / shr / shr-installer_git.bb
1 DESCRIPTION = "EFL frontend for packagekit"
2 HOMEPAGE = "http://shr-project.org"
3 SHR_RELEASE ?= "shr"
4 LICENSE ?= "GPL"
5 RDEPENDS = "python-elementary python-dbus python-core python-edbus packagekit"
6 SECTION = "x11/application"
7
8 PV = "0.0.2+gitr${SRCREV}"
9 PR = "r0"
10
11 inherit setuptools
12
13 SRC_URI = "git://git.shr-project.org/repo/shr-installer.git;protocol=http"
14 S = "${WORKDIR}/git"
15
16 FILES_${PN} += "${prefix}/share/pixmaps"
17 FILES_${PN} += "${prefix}/share/applications"
18