mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
libusb: use an archive as download
* haikuporter tried to unpack the old URL anyway.
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user