mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-19 10:53:36 +08:00
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:
parent
f6ce8ee9d1
commit
31d41cdefa
@ -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"
|
||||
|
12
package/spice-protocol/Config.in
Normal file
12
package/spice-protocol/Config.in
Normal 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/
|
14
package/spice-protocol/spice-protocol.mk
Normal file
14
package/spice-protocol/spice-protocol.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user