termux-packages/root-packages/libusb/build.sh

11 lines
425 B
Bash
Raw Normal View History

2018-02-21 15:27:16 +01:00
TERMUX_PKG_HOMEPAGE=http://libusb.info/
TERMUX_PKG_DESCRIPTION="A cross-platform user library to access USB devices"
2018-05-28 20:31:04 +02:00
TERMUX_PKG_VERSION=1.0.22
2018-02-21 15:27:16 +01:00
TERMUX_PKG_SRCURL=https://github.com/libusb/libusb/archive/v${TERMUX_PKG_VERSION}.zip
2018-05-28 20:31:04 +02:00
TERMUX_PKG_SHA256=cb10afc04399f5aa15cce246e5f043bea3547d128f088d62874039f984db7879
2018-02-21 15:27:16 +01:00
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-udev"
termux_step_pre_configure() {
NOCONFIGURE=true ./autogen.sh
}