pkgsrc/comms/libhidapi/PLIST
rodent b55d91cf95 Import libhidapi-0.7.0 as comms/libhidapi.
HIDAPI is a multi-platform library which allows an application to interface
with USB and Bluetooth HID-Class devices on Windows, Linux, and Mac OS X.
On Windows, a DLL is built.  On other platforms (and optionally on Windows),
the single source file can simply be dropped into a target application.

HIDAPI has four back-ends:
	* Windows (using hid.dll)
	* Linux/hidraw (using the Kernel's hidraw driver)
	* Linux/libusb (using libusb-1.0)
	* Mac (using IOHidManager)

This package includes only the libusb backend.
2015-04-03 22:29:12 +00:00

5 lines
154 B
Text

@comment $NetBSD: PLIST,v 1.1 2015/04/03 22:29:12 rodent Exp $
include/hidapi/hidapi.h
lib/libhidapi.so
lib/libhidapi.so.0
lib/libhidapi.so.${PKGVERSION}