mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
21 lines
787 B
Makefile
21 lines
787 B
Makefile
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
|
|
|
|
PKG_NAME="libusb"
|
|
PKG_VERSION="1.0.21"
|
|
PKG_SHA256="7dce9cce9a81194b7065ee912bcd55eeffebab694ea403ffb91b67db66b1824b"
|
|
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"
|
|
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"
|
|
|
|
PKG_CONFIGURE_OPTS_TARGET="--enable-shared \
|
|
--enable-static \
|
|
--disable-log \
|
|
--disable-debug-log \
|
|
--enable-udev \
|
|
--disable-examples-build"
|