mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add libusbmuxd.
* gnu/packages/libusb.scm (libusbmuxd): New variable.
This commit is contained in:
parent
1b95533740
commit
dddf975ffb
1 changed files with 22 additions and 0 deletions
|
@ -324,6 +324,28 @@ wrapper for accessing libusb-1.0.")
|
||||||
Apple Property List files in binary or XML.")
|
Apple Property List files in binary or XML.")
|
||||||
(license license:lgpl2.1+)))
|
(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
|
||||||
|
@code{usbmuxd} daemon.")
|
||||||
|
(license license:lgpl2.1+)))
|
||||||
|
|
||||||
(define-public libmtp
|
(define-public libmtp
|
||||||
(package
|
(package
|
||||||
(name "libmtp")
|
(name "libmtp")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue