# Contributor: Francesco Colista # Maintainer: Francesco Colista pkgname=libusbmuxd pkgver=2.0.1 pkgrel=0 pkgdesc="USB Multiplex Daemon" url="https://marcansoft.com/blog/iphonelinux/usbmuxd/" arch="all" license="LGPL-2.1-or-later" makedepends="libplist-dev libusb-dev automake autoconf libtool" subpackages="$pkgname-dev" source="$pkgname-$pkgver.tar.gz::https://github.com/libimobiledevice/libusbmuxd/archive/$pkgver.tar.gz https://github.com/libimobiledevice/libusbmuxd/commit/ed0fc222b60172417423120e925657e9346c7967.patch " prepare() { default_prepare NOCONFIGURE=1 ./autogen.sh } build() { ./configure --prefix=/usr make } check() { make check } package() { make DESTDIR="$pkgdir" install } sha512sums="8e185346e0e9bbc1aa69b77a9e51cc8ffda881ea57a608965e187a9288caf6e545c03c88590aa0639db76400cdcc153d50cf74241c7a3446fa29a4914fe63bf6 libusbmuxd-2.0.1.tar.gz 26a54c022e254d5933ce7415eee18e6fe2a71d22e6ec7554f782f1484b96d4cad89caeb5d8382c47f8e78ffe6488a5ecca8906d6095f3bb07f5ae522716d797a ed0fc222b60172417423120e925657e9346c7967.patch"