package/spice-protocol: new package

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Reviewed-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Tested-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Yann E. MORIN 2012-12-16 06:56:14 +00:00 committed by Peter Korsgaard
parent f6ce8ee9d1
commit 31d41cdefa
3 changed files with 27 additions and 0 deletions

View File

@ -665,6 +665,7 @@ source "package/ser2net/Config.in"
source "package/socat/Config.in"
source "package/socketcand/Config.in"
source "package/spawn-fcgi/Config.in"
source "package/spice-protocol/Config.in"
source "package/squid/Config.in"
source "package/stunnel/Config.in"
source "package/tcpdump/Config.in"

View File

@ -0,0 +1,12 @@
config BR2_PACKAGE_SPICE_PROTOCOL
bool "spice protocol"
help
The Spice project aims to provide a complete open source
solution for interaction with virtualized desktop devices.
The Spice project deals with both the virtualized devices
and the front-end. Interaction between front-end and
back-end is done using VD-Interfaces.
This package implements the protocol-part of Spice.
http://www.spice-space.org/

View File

@ -0,0 +1,14 @@
#############################################################
#
# Spice-protocol
#
#############################################################
SPICE_PROTOCOL_VERSION = 0.12.2
SPICE_PROTOCOL_SOURCE = spice-protocol-$(SPICE_PROTOCOL_VERSION).tar.bz2
SPICE_PROTOCOL_SITE = http://www.spice-space.org/download/releases/
SPICE_PROTOCOL_LICENSE = BSD-3c
SPICE_PROTOCOL_LICENSE_FILES = COPYING
SPICE_PROTOCOL_INSTALL_STAGING = YES
$(eval $(autotools-package))