head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2026.05.02.05.49.35;	author vins;	state Exp;
branches;
next	1.1;
commitid	nEfDctCXA8EQzcEG;

1.1
date	2026.05.01.19.58.51;	author vins;	state Exp;
branches;
next	;
commitid	PLEgyI3TIKU3j9EG;


desc
@@


1.2
log
@libusbmuxd: reset maintainer
@
text
@# $NetBSD: Makefile,v 1.1 2026/05/01 19:58:51 vins Exp $

DISTNAME=	libusbmuxd-2.1.1
CATEGORIES=	comms
MASTER_SITES=	${MASTER_SITE_GITHUB:=libimobiledevice/}
GITHUB_RELEASE=	${PKGVERSION_NOREV}
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://www.libimobiledevice.org/
COMMENT=	Communication interface library for usbmuxd
LICENSE=	gnu-lgpl-v2.1

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_TOOLS+=	pkg-config

PKGCONFIG_OVERRIDE+=	src/libusbmuxd-2.0.pc.in

.include "../../textproc/libplist/buildlink3.mk"
.include "../../misc/libimobiledevice-glue/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
@


1.1
log
@comms/libusbmuxd: import libusbmuxd-2.1.1 from wip

This project is a client library to multiplex connections from and to iOS
devices alongside command-line utilities. It is primarily used by
applications which use the libimobiledevice library to communicate with
services running on iOS devices.

The library does not establish a direct connection with a device but
requires connecting to a socket provided by the usbmuxd daemon.

The usbmuxd daemon is running upon installing iTunes on Windows and Mac OS
X. The libimobiledevice project provides an open-source reimplementation of
the usbmuxd daemon to use on Linux or as an alternative to communicate with
iOS devices without the need to install iTunes.
@
text
@d1 1
a1 1
# $NetBSD$
d9 1
a9 1
MAINTAINER=	weabot@@protonmail.com
@

