Add libusb as root only package
This commit is contained in:
parent
4cad715e1c
commit
94e2d3b79b
11
root-packages/libusb/build.sh
Normal file
11
root-packages/libusb/build.sh
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
TERMUX_PKG_HOMEPAGE=http://libusb.info/
|
||||||
|
TERMUX_PKG_DESCRIPTION="A cross-platform user library to access USB devices"
|
||||||
|
TERMUX_PKG_VERSION=1.0.21
|
||||||
|
TERMUX_PKG_SRCURL=https://github.com/libusb/libusb/archive/v${TERMUX_PKG_VERSION}.zip
|
||||||
|
TERMUX_PKG_SHA256=83895453d7b6e8149ba3c2aaac796615a80a6a599a94458e73029fef12d1721c
|
||||||
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-udev"
|
||||||
|
|
||||||
|
termux_step_pre_configure() {
|
||||||
|
cd ${TERMUX_PKG_SRCDIR}
|
||||||
|
NOCONFIGURE=true ./autogen.sh
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user