guix-commits
[Top][All Lists]
Advanced

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

15/74: gnu: Add libusbmuxd.


From: guix-commits
Subject: 15/74: gnu: Add libusbmuxd.
Date: Fri, 30 Nov 2018 09:07:15 -0500 (EST)

rekado pushed a commit to branch wip-gnome-upgrades
in repository guix.

commit 4bc80c6b1cb5a5854304f2f1f46559358eefd2ca
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]