From fb0734d641f185b67a4cb0778098820527f895a9 Mon Sep 17 00:00:00 2001 From: Wetitpig Date: Wed, 21 Feb 2018 22:27:45 +0800 Subject: [PATCH] Remove libusb as disabled package --- packages/libusb/build.sh | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 packages/libusb/build.sh diff --git a/packages/libusb/build.sh b/packages/libusb/build.sh deleted file mode 100644 index 791e05a26..000000000 --- a/packages/libusb/build.sh +++ /dev/null @@ -1,11 +0,0 @@ -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 -}