libusb: use an archive as download

* haikuporter tried to unpack the old URL anyway.
This commit is contained in:
Jerome Duval
2014-09-04 21:27:06 +00:00
parent 18f1195c5a
commit c2aeebfdc5

View File

@@ -27,7 +27,9 @@ COPYRIGHT="
2012-2013 Toby Gray <toby.gray@realvnc.com>
"
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()
{