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


1.1
date	2026.04.25.13.08.55;	author vins;	state Exp;
branches;
next	;
commitid	qvyVFuCXnFtuelDG;


desc
@@


1.1
log
@devel/libgusb: initial import of package

GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper
cancellation and integration into a mainloop.
This makes it easy to integrate low level USB transfers with your
high-level application or system daemon.
@
text
@# $NetBSD$

BUILTIN_PKG:=			libgusb
PKGCONFIG_BASE.libgusb=		/usr
PKGCONFIG_FILE.libgusb=		${PKGCONFIG_BASE.libgusb}/lib/pkgconfig/libgusb.pc
PKGCONFIG_FILE.libgusb+=	${PKGCONFIG_BASE.libgusb}/lib${LIBABISUFFIX}/pkgconfig/libgusb.pc

.include "../../mk/buildlink3/pkgconfig-builtin.mk"

CHECK_BUILTIN.libgusb?=	no
.if ${CHECK_BUILTIN.libgusb:tl} == no

.  if ${USE_BUILTIN.libgusb:tl} == yes
BUILDLINK_PREFIX.libgusb=	/usr
BUILDLINK_FILES.libgusb+=	lib/pkgconfig/libgusb.pc
BUILDLINK_FILES.libgusb+=	lib${LIBABISUFFIX}/pkgconfig/libgusb.pc
.  endif

.endif  # CHECK_BUILTIN.libgusb
@
