guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/7] gnu: Add spice-protocol.


From: David Craven
Subject: [PATCH 3/7] gnu: Add spice-protocol.
Date: Sat, 23 Jul 2016 15:18:55 +0200

* gnu/packages/spice.scm: Add it.
---
 gnu/packages/spice.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/spice.scm b/gnu/packages/spice.scm
index 8979d32..b571818 100644
--- a/gnu/packages/spice.scm
+++ b/gnu/packages/spice.scm
@@ -58,3 +58,23 @@ USB device is attached.")
 system to use the host GPU to accelerate 3D rendering")
     (home-page "https://virgil3d.github.io";)
     (license license:expat)))
+
+(define-public spice-protocol
+  (package
+    (name "spice-protocol")
+    (version "0.12.11")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                "http://www.spice-space.org/download/releases/";
+                "spice-protocol-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "0c33kg3vdz3nnl2wjfbgmszz5hbjbvsw6map35dj9hxnpwwf9fi2"))))
+    (build-system gnu-build-system)
+    (synopsis "Protocol headers for the SPICE protocol")
+    (description "SPICE (the Simple Protocol for Independent Computing
+Environments) is a remote-display system built for virtual environments
+which allows users to view a computing desktop environment.")
+    (home-page "http://www.spice-space.org";)
+    (license license:gpl2)))
-- 
2.9.0



reply via email to

[Prev in Thread] Current Thread [Next in Thread]