From c2aeebfdc55ffc2e7592f42c5ea056e6b321388d Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 4 Sep 2014 21:27:06 +0000 Subject: [PATCH] libusb: use an archive as download * haikuporter tried to unpack the old URL anyway. --- dev-libs/libusb/libusb-1.0.19.recipe | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-libs/libusb/libusb-1.0.19.recipe b/dev-libs/libusb/libusb-1.0.19.recipe index 259ebcb86..22659c5b1 100644 --- a/dev-libs/libusb/libusb-1.0.19.recipe +++ b/dev-libs/libusb/libusb-1.0.19.recipe @@ -27,7 +27,9 @@ COPYRIGHT=" 2012-2013 Toby Gray " HOMEPAGE="http://libusbx.org/" -SRC_URI="git+git://github.com/akshay1994/libusb#77993c7f437ba2ff03a24895b96ff6cbb49a6ee0" +SRC_URI="https://github.com/akshay1994/libusb/archive/77993c7f437ba2ff03a24895b96ff6cbb49a6ee0.tar.gz" +SRC_FILENAME="libusb-$portVersion.tar.gz" +CHECKSUM_SHA256="82531191dad50b77d4b1c64395f663b57cea297a7e69457e5166b24746a617a4" REVISION="1" PATCHES="libusb-1.0.19.patchset" @@ -62,6 +64,8 @@ BUILD_PREREQUIRES=" cmd:make cmd:sed " + +SOURCE_DIR="libusb-77993c7f437ba2ff03a24895b96ff6cbb49a6ee0" BUILD() {