20 lines
788 B
Makefile
20 lines
788 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
|
|
|
PKG_NAME="libusb"
|
|
PKG_VERSION="d52e355daa09f17ce64819122cb067b8a2ee0d4b"
|
|
PKG_LICENSE="LGPLv2.1"
|
|
PKG_SITE="https://github.com/libusb/libusb"
|
|
PKG_URL="${PKG_SITE}.git"
|
|
PKG_DEPENDS_TARGET="toolchain systemd"
|
|
PKG_LONGDESC="The libusb project's aim is to create a Library for use by user level applications to USB devices."
|
|
PKG_TOOLCHAIN="autotools"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-shared \
|
|
--enable-static \
|
|
--disable-log \
|
|
--disable-debug-log \
|
|
--enable-udev \
|
|
--disable-examples-build"
|