From 60d556cd5ce5725a670c5580d6f551a3fa3def07 Mon Sep 17 00:00:00 2001 From: Boundary Effect Date: Mon, 7 Oct 2019 02:24:03 +0200 Subject: [PATCH] libusb: move to termux-packages --- root-packages/libusb/build.sh | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 root-packages/libusb/build.sh diff --git a/root-packages/libusb/build.sh b/root-packages/libusb/build.sh deleted file mode 100644 index 1fdd820c2..000000000 --- a/root-packages/libusb/build.sh +++ /dev/null @@ -1,13 +0,0 @@ -TERMUX_PKG_HOMEPAGE=https://libusb.info/ -TERMUX_PKG_DESCRIPTION="A C library that provides generic access to USB devices" -TERMUX_PKG_LICENSE="LGPL-2.1" -TERMUX_PKG_VERSION=1.0.23 -TERMUX_PKG_SRCURL=https://github.com/libusb/libusb/archive/v${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=02620708c4eea7e736240a623b0b156650c39bfa93a14bcfa5f3e05270313eba -TERMUX_PKG_BREAKS="libusb-dev" -TERMUX_PKG_REPLACES="libusb-dev" -TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-udev" - -termux_step_pre_configure() { - NOCONFIGURE=true ./autogen.sh -}