guix-commits
[Top][All Lists]
Advanced

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

14/135: gnu: Add libusbmuxd.


From: guix-commits
Subject: 14/135: gnu: Add libusbmuxd.
Date: Fri, 21 Dec 2018 14:37:27 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit 0d7db0bacfdbe2cbf4f17a6e13e77c360f3255fa
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Aug 5 15:50:56 2018 +0200

    gnu: Add libusbmuxd.
    
    * gnu/packages/libusb.scm (libusbmuxd): New variable.
---
 gnu/packages/libusb.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/libusb.scm b/gnu/packages/libusb.scm
index 37fa114..3d45178 100644
--- a/gnu/packages/libusb.scm
+++ b/gnu/packages/libusb.scm
@@ -323,6 +323,28 @@ wrapper for accessing libusb-1.0.")
 Apple Property List files in binary or XML.")
     (license license:lgpl2.1+)))
 
+(define-public libusbmuxd
+  (package
+    (name "libusbmuxd")
+    (version "1.0.10")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "http://www.libimobiledevice.org/downloads/";
+                                  "libusbmuxd-" version ".tar.bz2"))
+              (sha256
+               (base32
+                "1wn9zq2224786mdr12c5hxad643d29wg4z6b7jn888jx4s8i78hs"))))
+    (build-system gnu-build-system)
+    (native-inputs
+     `(("pkg-config" ,pkg-config)
+       ("libplist" ,libplist)))
+    (home-page "http://www.libimobiledevice.org/";)
+    (synopsis "Library to multiplex connections from and to iOS devices")
+    (description "This package provides a client library to multiplex
+connections from and to iOS devices by connecting to a socket provided by a
address@hidden daemon.")
+    (license license:lgpl2.1+)))
+
 (define-public libmtp
   (package
     (name "libmtp")



reply via email to

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