Commit 31d41cde authored by Yann E. MORIN's avatar Yann E. MORIN Committed by Peter Korsgaard
Browse files
parent f6ce8ee9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
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 −0
Original line number Diff line number Diff line
#############################################################
#
# 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))