mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
72cb71c827
Now SHA256 has been shown to be an adequate replacement for SHA1, use SHA256 for verifying all port downloads. Ref #2767
14 lines
421 B
Plaintext
14 lines
421 B
Plaintext
LICENSE := LGPL
|
|
DOWNLOADS := libusb.archive
|
|
VERSION := 1.0.20
|
|
|
|
URL(libusb) := http://prdownloads.sourceforge.net/libusb/libusb-$(VERSION).tar.bz2
|
|
SHA(libusb) := cb057190ba0a961768224e4dc6883104c6f945b2bf2ef90d7da39e7c1834f7ff
|
|
DIR(libusb) := src/lib/libusb
|
|
|
|
DIRS := include/libusb
|
|
DIR_CONTENT(include/libusb) := src/lib/libusb/libusb/libusb.h
|
|
|
|
PATCHES := src/lib/libusb/libusb.patch
|
|
PATCH_OPT := -p1 -d src/lib/libusb
|