initial buildroot for linux 5.15
This commit is contained 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/
|
||||
@@ -0,0 +1,5 @@
|
||||
# From https://www.spice-space.org/download/releases/spice-protocol-0.14.3.tar.xz.sha256sum
|
||||
sha256 f986e5bc2a1598532c4897f889afb0df9257ac21c160c083703ae7c8de99487a spice-protocol-0.14.3.tar.xz
|
||||
|
||||
# Hash for license file
|
||||
sha256 eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92 COPYING
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# spice-protocol
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SPICE_PROTOCOL_VERSION = 0.14.3
|
||||
SPICE_PROTOCOL_SOURCE = spice-protocol-$(SPICE_PROTOCOL_VERSION).tar.xz
|
||||
SPICE_PROTOCOL_SITE = http://www.spice-space.org/download/releases
|
||||
SPICE_PROTOCOL_LICENSE = BSD-3-Clause
|
||||
SPICE_PROTOCOL_LICENSE_FILES = COPYING
|
||||
SPICE_PROTOCOL_INSTALL_STAGING = YES
|
||||
|
||||
$(eval $(meson-package))
|
||||
Reference in New Issue
Block a user