diff options
Diffstat (limited to 'package/spice-protocol')
-rw-r--r-- | package/spice-protocol/Config.in | 12 | ||||
-rw-r--r-- | package/spice-protocol/spice-protocol.mk | 14 |
2 files changed, 26 insertions, 0 deletions
diff --git a/package/spice-protocol/Config.in b/package/spice-protocol/Config.in new file mode 100644 index 000000000..b35436177 --- /dev/null +++ b/package/spice-protocol/Config.in @@ -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/ diff --git a/package/spice-protocol/spice-protocol.mk b/package/spice-protocol/spice-protocol.mk new file mode 100644 index 000000000..dcfe50d24 --- /dev/null +++ b/package/spice-protocol/spice-protocol.mk @@ -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)) |