Files
Arch-R/packages/sysutils/libusb/package.mk

22 lines
854 B
Makefile
Raw Normal View History

2018-07-16 20:45:36 +02:00
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
2019-02-01 08:11:30 +00:00
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libusb"
2019-02-01 08:11:30 +00:00
PKG_VERSION="1.0.22"
PKG_SHA256="75aeb9d59a4fdb800d329a545c2e6799f732362193b465ea198f2aa275518157"
PKG_LICENSE="LGPLv2.1"
PKG_SITE="http://libusb.info/"
PKG_URL="$SOURCEFORGE_SRC/libusb/files/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain systemd"
2018-10-22 15:06:12 +02:00
PKG_LONGDESC="The libusb project's aim is to create a Library for use by user level applications to USB devices."
#libusb sometimes fails to build if building paralell
PKG_BUILD_FLAGS="-parallel"
2013-10-11 21:07:35 +03:00
PKG_CONFIGURE_OPTS_TARGET="--enable-shared \
--enable-static \
--disable-log \
--disable-debug-log \
--enable-udev \
2013-10-11 21:07:35 +03:00
--disable-examples-build"