distribution/packages/sysutils/libusb/package.mk

21 lines
728 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# 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)
2023-08-26 12:42:34 +00:00
# Copyright (C) 2023-present Fewtarius
2022-02-05 14:23:32 +00:00
PKG_NAME="libusb"
2023-08-26 12:42:34 +00:00
PKG_VERSION="6bf2db6"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="LGPLv2.1"
2023-08-26 12:42:34 +00:00
PKG_SITE="https://github.com/libusb/libusb"
PKG_URL="${PKG_SITE}.git"
2022-02-05 14:23:32 +00:00
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."
2023-08-26 12:42:34 +00:00
PKG_TOOLCHAIN="autotools"
2022-02-05 14:23:32 +00:00
PKG_CONFIGURE_OPTS_TARGET="--enable-shared \
--enable-static \
--disable-log \
--disable-debug-log \
--enable-udev \
--disable-examples-build"