summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-support/spice-html5/spice-html5_git.bb')
-rw-r--r--meta-openstack/recipes-support/spice-html5/spice-html5_git.bb30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb b/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb
new file mode 100644
index 0000000..1905da2
--- /dev/null
+++ b/meta-openstack/recipes-support/spice-html5/spice-html5_git.bb
@@ -0,0 +1,30 @@
1HOMEPAGE = "http://www.spice-space.org/page/Html5"
2SUMMARY = "Prototype Spice Javascript client"
3DESCRIPTION = "\
4 Spice Web client which runs entirely within a modern browser. It is \
5 limited in function, a bit slow, and lacks support for many features of \
6 Spice (audio, video, agents just to name a few). \
7 . \
8 The Simple Protocol for Independent Computing Environments (SPICE) is \
9 a remote display system built for virtual environments which allows \
10 you to view a computing 'desktop' environment not only on the machine \
11 where it is running, but from anywhere on the Internet and from a wide \
12 variety of machine architectures. \
13 "
14LICENSE = "GPLv3 & LGPLv3"
15LIC_FILES_CHKSUM = "\
16 file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \
17 file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
18
19# Version is based on checkout 0.1.4"
20PV = "0.1.4"
21SRCREV = "19ade3cf38cc5f5b61fd038f5ce5f4cdb080e9ca"
22SRC_URI = "git://anongit.freedesktop.org/spice/spice-html5"
23
24S = "${WORKDIR}/git"
25
26RDEPENDS = "python-websockify"
27
28do_install() {
29 oe_runmake DESTDIR="${D}" datadir="${D}/${datadir}" install
30}